switch chatzilla theme files to MPL2 as the original files switched for the themes...
[themes.git] / LCARStrek / global / global.css
index 0ee50ab3eb3e992da018bbd678a8184d7202374d..efa6098d0318bf31bc877f576f178520d835f571 100644 (file)
@@ -78,9 +78,8 @@ menubar {
 }
 
 toolbaritem > menubar {
-  -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
+  -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar");
 }
-
 /*
 progressmeter[mode="undetermined"] {
   -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
@@ -97,7 +96,7 @@ prefwindow {
   background-color: #000000;
   color: #FF9F00;
 /*  font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
-  font: 11px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   padding: 3px;
 }
 
@@ -163,14 +162,14 @@ statusbar {
 }
 
 .statusbar-left {
-  -moz-border-radius: 9px 0px 0px 9px;
+  border-radius: 9px 0px 0px 9px;
   background-color: #6000CF;
   width: 13px;
   -moz-margin-end: 3px;
 }
 
 .statusbar-right {
-  -moz-border-radius: 0px 9px 9px 0px;
+  border-radius: 0px 9px 9px 0px;
   background-color: #6000CF;
   width: 13px;
   -moz-margin-start: 3px;
@@ -179,9 +178,21 @@ statusbar {
 statusbarpanel {
   -moz-box-align: center;
   -moz-box-pack: center;
+  border-left: 3px solid black;
   padding: 0px 2px;
 }
 
+statusbarpanel:first-child {
+  border-left: none;
+}
+
+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;
@@ -191,15 +202,11 @@ statusbarpanel {
 .statusbarpanel-iconic,
 .statusbarpanel-iconic-text,
 .statusbarpanel-menu-iconic {
-  padding: 0px 2px;
 }
 
 .statusbarpanel-progress {
   -moz-box-orient: vertical;
-}
-
-window:not([active="true"]) menubar > menu {
-  color: #8050B0;
+  padding: 0px;
 }
 
 .toolbar-focustarget {
@@ -295,7 +302,7 @@ separator[orient="vertical"].groove-thin {
 
 description, label  {
   cursor: default;
-  margin: 1px 3px;
+  margin: 1px 2px;
 }
 
 label[disabled="true"] {
@@ -315,7 +322,7 @@ description {
 }
 
 .monospace {
-  font-family: monospace;
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .indent {
@@ -341,7 +348,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;
 }