update both themes for suite default changes up to 2010-12-30
[themes.git] / EarlyBlue / navigator / tabbrowser.css
index 983b4347c9b8e985c5c491ea911c1f3054cf3992..38949c8e8ef59afa0369f8a3666228f258ffde27 100644 (file)
@@ -75,6 +75,48 @@ tabbrowser > tabbox > tabpanels {
   margin: 0px;
 }
 
+.tabbrowser-tab:-moz-lwtheme {
+   text-shadow: none;
+}
+
+.scrollbutton-up:-moz-lwtheme,
+.scrollbutton-down:-moz-lwtheme:not([selected="true"]),
+.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
+  opacity: .8;
+}
+
+.toolbarbutton-text {
+  display: none;
+}
+
+.toolbarbutton-icon {
+  margin: 0px !important; /* needs to override communicator.css */
+}
+
+/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
+
+.scrollbutton-up,
+.scrollbutton-down {
+}
+
+.tabs-alltabs-button {
+  margin: 2px 0px 1px;
+}
+
+/* All tabs menupopup */
+.alltabs-item {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+.alltabs-item[selected="true"] {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
+  font-weight: bold;
+}
+
+.alltabs-item[busy] {
+  list-style-image: url("chrome://communicator/skin/icons/loading.gif");
+}
+
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton {
@@ -83,10 +125,6 @@ tabbrowser > tabbox > tabpanels {
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
-.tabs-closebutton > .toolbarbutton-icon {
-  margin: 0;
-}
-
 .tabs-newbutton {
   margin: 0px;
   margin-top: 2px;
@@ -97,7 +135,7 @@ tabbrowser > tabbox > tabpanels {
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;
-  -moz-margin-start: -8px;
+  -moz-margin-start: -6px;
   position: relative;
 }