firebug / websocket-monitor

Not compatible with Firefox Quantum (57 and newer)
Other
145 stars 24 forks source link

Fix net panel layout and colour on dark theme #47

Closed eliihen closed 8 years ago

eliihen commented 8 years ago

Welcome back, honza

I saw you published some bugs on the issue tracker, and I figured I might lend a hand at squashing them.

This PR fixes the layout issues in the network panel, and also adresses some colour issues with the dark theme (colours were black-on-black). The reason the net panel broke, was because the dom nodes seem to have changed in FF 45. I added a fallback for FF 44 where we use the older css selector.

screenshot_20160216_215543 screenshot_20160216_215601

closes #45

janodvarko commented 8 years ago

@esphen Thanks, for the patch! I couldn't use it directly, since the icon was somehow wrongly inverted on my machine (win10), but it helped me to fix even back comp!

Honza

eliihen commented 8 years ago

Glad to hear it helped you. Keep up the good work!