remove a rule that disables a urlbar border that should be shown; add an experiment...
[themes.git] / LCARStrek / browser / browser.css
index f37015b08227198a3360f7ce5b7cf85f370836e1..8d384a7772c03b66ca3b78ce60d93c79f4ffecb4 100644 (file)
@@ -96,6 +96,11 @@ menubar {
 #navigator-toolbox > toolbar:not(:-moz-lwtheme) {
 }
 
+@supports ( -moz-appearance:-moz-mac-unified-toolbar ){
+  #navigator-toolbox {
+    background-color: rebeccapurple;
+  }
+}
 /* indent due to non-applicable aero rule */
   #toolbar-menubar {
     background-color: transparent !important;
@@ -114,6 +119,10 @@ menubar {
     color: #FF9F00;
   }
 
+  #main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) {
+    /*color: inherit;*/
+  }
+
   #TabsToolbar:-moz-lwtheme {
     /*background: linear-gradient(to top, @toolbarShadowColor@ 2px, transparent 2px);*/
   }
@@ -1653,8 +1662,8 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but
 }
 
 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar {
-  -moz-border-start: none;
-/*  margin-left: 0;*/
+/*  -moz-border-start: none;
+  margin-left: 0;*/
 }
 
 window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(ltr) {