introduce new color style to tabs
[themes.git] / LCARStrek / navigator / tabbrowser.css
index e435d40246d70f9afb257e7972fbaf4e94d4d206..a7ec4d74e0d422387bb63836e3795cc8eaeb0729 100644 (file)
@@ -32,6 +32,7 @@ tabpanels {
 
 .tabbrowser-tab {
   margin-top: 0px;
+  padding: 1px 4px 2px;
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
@@ -43,6 +44,10 @@ tabpanels {
   list-style-image: url("chrome://global/skin/icons/loading-hover.gif");
 }
 
+.tabbrowser-tab:first-of-type {
+  -moz-margin-start: 2px;
+}
+
 tabbrowser > tabbox > tabpanels {
   border: none;
   padding: 0px;
@@ -59,14 +64,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 +92,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 {