projects
/
themes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4888ba
)
make devtools actually show up correctly in Fx47 and older
author
Robert Kaiser
<kairo@kairo.at>
Sun, 12 Jun 2016 22:27:30 +0000
(
00:27
+0200)
committer
Robert Kaiser
<kairo@kairo.at>
Sun, 12 Jun 2016 22:27:30 +0000
(
00:27
+0200)
LCARStrek/devtools/dark-theme.css
patch
|
blob
|
blame
|
history
diff --git
a/LCARStrek/devtools/dark-theme.css
b/LCARStrek/devtools/dark-theme.css
index 818ce158acfbf71b39a506cc341691912ab32038..cd51705154864bf84a0292a4636381bf3e127458 100644
(file)
--- 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;
}