sync both themes with toolkit wipstripe changes up to just before the new addons...
[themes.git] / LCARStrek / global / global.css
index 0ee50ab3eb3e992da018bbd678a8184d7202374d..93c6c83f78077cc44c1dbb0e1f8bbccd246ab73d 100644 (file)
@@ -182,6 +182,13 @@ statusbarpanel {
   padding: 0px 2px;
 }
 
+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;
   -moz-box-pack: end;
@@ -198,10 +205,6 @@ statusbarpanel {
   -moz-box-orient: vertical;
 }
 
-window:not([active="true"]) menubar > menu {
-  color: #8050B0;
-}
-
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
@@ -341,7 +344,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;
 }