sync both themes with toolkit windows/shared changes in Mozilla 27 cycle
[themes.git] / LCARStrek / browser / browser.css
index e554ef5973b7a4a0aaf2b1b6d4d91825f9e7a8be..368f2823194f2a36c8e7db5d7b1cd012448463df 100644 (file)
@@ -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 === */