merge
[themes.git] / LCARStrek / navigator / tabbrowser.css
index e435d40246d70f9afb257e7972fbaf4e94d4d206..6a841c45208722c6a96d440d6c2073fb73a0dd9d 100644 (file)
@@ -5,7 +5,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .tabbrowser-strip {
-  border-bottom: 1px solid #FF9F00;
+  border-bottom: 1px solid #008484;
 }
 
 .tabmail-strip {
@@ -32,15 +32,16 @@ tabpanels {
 
 .tabbrowser-tab {
   margin-top: 0px;
+  padding: 1px 4px 2px;
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
 .tabbrowser-tab[busy] {
-  list-style-image: url("chrome://global/skin/icons/loading.gif");
+  list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png");
 }
 
-.tabbrowser-tab[busy]:hover {
-  list-style-image: url("chrome://global/skin/icons/loading-hover.gif");
+.tabbrowser-tab:first-of-type {
+  -moz-margin-start: 2px;
 }
 
 tabbrowser > tabbox > tabpanels {
@@ -59,14 +60,12 @@ tabbrowser > tabbox > tabpanels {
   opacity: .8;
 }
 
-.toolbarbutton-text {
+.tabs-newbutton > .toolbarbutton-text,
+.tabs-alltabs-button > .toolbarbutton-text,
+.tabs-closebutton > .toolbarbutton-text {
   display: none;
 }
 
-.toolbarbutton-icon {
-  margin: 0px !important; /* needs to override communicator.css */
-}
-
 /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
 
 .scrollbutton-up,
@@ -89,6 +88,10 @@ tabbrowser > tabbox > tabpanels {
   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
 }
 
+.alltabs-item[tabIsScrolled] {
+  font-style: italic;
+}
+
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton-box {