introduce new color style to tabs
[themes.git] / LCARStrek / navigator / tabbrowser.css
index 1415a4a4e1fec644081be7c0ec1451dfb0748d27..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;