sync both themes with toolkit wipstripe changes up to just before the new addons...
[themes.git] / EarlyBlue / global / global.css
index 6b8cea4f7283e51882b7848715f27dbcbe8989bc..6976cc5e26e3a6c5b2bfe7edf3c9edb8781e1347 100644 (file)
@@ -141,6 +141,12 @@ statusbarpanel {
   padding: 0px 1px;
 }
 
+statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
+  -moz-appearance: none;
+  border-top-style: none;
+  border-bottom-style: none;
+  -moz-border-start-style: none;
+}
 
 .statusbar-resizerpanel {
   -moz-box-align: end;
@@ -154,10 +160,6 @@ statusbarpanel {
   padding: 0px 1px;
 }
 
-window:not([active="true"]) menubar > menu {
-  color: #808080;
-}
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
@@ -297,7 +299,7 @@ description {
   cursor: pointer;
 }
 
-.text-link:focus {
+.text-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;
 }