X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=368f2823194f2a36c8e7db5d7b1cd012448463df;hb=2c225fcbeaa337cfcdc3d469ab3a9b416f5d8fae;hp=e554ef5973b7a4a0aaf2b1b6d4d91825f9e7a8be;hpb=9847cbdd4241685689b0eb95b26f05888c368e12;p=themes.git diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index e554ef59..368f2823 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -67,15 +67,9 @@ menubar { -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom"); } -#main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) { - /* like menubar */ - background-color: #6000CF; - color: #FF9F00; -} - -#main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme):-moz-window-inactive { - background-color: #8050B0; - color: #FF9F00; +#main-window[tabsintitlebar] #toolbar-menubar .toolbar-endcap { + /* the titlebar buttons are shown right over the endcap but we have no power over the buttonbox position just for this case, so hide the endcap */ + display: none; } #navigator-toolbox { @@ -4266,6 +4260,18 @@ window > chatbox { margin: 0; } +.messageImage[value="plugin-hidden"] { + list-style-image: url("chrome://browser/skin/notification-pluginNormal.png"); +} + +/* Keep any changes to this style in sync with pluginProblem.css */ +notification.pluginVulnerable { +} + +notification.pluginVulnerable .messageImage { + list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png"); +} + /* Customization mode */ /* === END plugin-doorhanger.inc.css === */