From: Robert Kaiser Date: Sun, 12 Jun 2016 22:27:30 +0000 (+0200) Subject: make devtools actually show up correctly in Fx47 and older X-Git-Tag: LCARStrek-2.41~2 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=533aafc7c79f1f72229113fdb9fe0a4b9815a702 make devtools actually show up correctly in Fx47 and older --- diff --git a/LCARStrek/devtools/dark-theme.css b/LCARStrek/devtools/dark-theme.css index 818ce158..cd517051 100644 --- a/LCARStrek/devtools/dark-theme.css +++ b/LCARStrek/devtools/dark-theme.css @@ -1087,6 +1087,7 @@ div.CodeMirror span.eval-text { visibility: collapse; } +#toolbox-deck[selectedIndex] > .toolbox-panel, /* workaround for Firefox 47 and older */ .toolbox-panel[selected] { visibility: visible; }