update both themes for global winstripe changes up to 2010-12-30
[themes.git] / EarlyBlue / global / global.css
index ae40225208f97ec828ab0ae3bde56a33605e3fef..77959672e84b363677c0fcd7ce9e6358f56985eb 100644 (file)
@@ -78,7 +78,7 @@ wizard,
 prefwindow {
   background-color: #CCD0DD;
   color: #000000;
-  font: 11px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 window.dialog {
@@ -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;
 }
@@ -169,6 +171,26 @@ toolbar[mode="text"] .toolbarbutton-text {
 
 /* ::::: miscellaneous formatting ::::: */
 
+:root:-moz-lwtheme,
+[lwthemefooter="true"] {
+  -moz-appearance: none;
+}
+
+:root:-moz-lwtheme-darktext {
+  text-shadow: 1px 1px 2px #FFFFFF;
+}
+
+:root:-moz-lwtheme-brighttext {
+  text-shadow: 1px 1px 2px #000000;
+}
+
+statusbar:-moz-lwtheme,
+sidebarheader:-moz-lwtheme {
+  -moz-appearance: none;
+  background: none;
+  border-style: none;
+}
+
 .inset {
   border: 1px inset #CCD0DD;
   /* margin: 0px 5px 5px; */
@@ -277,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;
 }