update the install.rdf files for the 2.2 versions of both themes
[themes.git] / EarlyBlue / global / toolbar.css
index e6e2f00a152af0562a2e1760701acc6b72cbaa75..52dc8413830b4ea19d723c4ffca2d59c64e0165d 100644 (file)
@@ -62,6 +62,16 @@ toolbaritem > menubar {
   background-color: transparent;
 }
 
+/* ::::: lightweight theme ::::: */
+
+menubar:-moz-lwtheme,
+toolbox:-moz-lwtheme,
+toolbar:-moz-lwtheme {
+  -moz-appearance: none;
+  background: none;
+  border-style: none;
+}
+
 /* ::::: toolbar decorations ::::: */
 
 toolbarseparator {
@@ -100,8 +110,8 @@ toolbarpaletteitem {
 }
 
 toolbarpaletteitem[place="toolbar"] {
-  margin-left: -2px;
-  margin-right: -2px;
+  -moz-margin-start: -2px;
+  -moz-margin-end: -2px;
   border-left: 2px solid transparent;
   border-right: 2px solid transparent;
 }