From: Robert Kaiser Date: Sun, 26 Jan 2014 19:00:41 +0000 (+0100) Subject: make inspector work decently with Nightly as well X-Git-Tag: LCARStrek-2.24^0 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=1bf116f8cee1b49148c1baea3b2e25c3457b050e;hp=c5987919b7290726b80e9fa7eefc762a5c1b6c02 make inspector work decently with Nightly as well --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index f8543d8c..92185a29 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -3482,7 +3482,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon .highlighter-outline { box-shadow: 0 0 0 1px black; - outline: 1px dashed white; + outline: 1px dashed #A09090; } .highlighter-outline[locked] { @@ -3497,6 +3497,11 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon border-radius: 3px; background-color: #000000; background-clip: padding-box; + border: 1px solid #008484; + padding: 5px; + /* Avoid cases where the infobar is smaller than the arrow, when the text is + short */ + min-width: 75px; } /* Highlighter - Node Infobar - text */ @@ -4482,6 +4487,13 @@ html|div#UITourHighlight { border: 2px #9C9CFF solid; min-height: 32px; min-width: 32px; + /* HACK for pre-Australis */ + display: none; +} + +html|div#UITourHighlight[active] { + /* HACK for pre-Australis */ + display: none; } #UITourTooltip {