some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / navigator / tabbrowser.css
index 1415a4a4e1fec644081be7c0ec1451dfb0748d27..5e51f60c75818d6e9faa676ce0999fdda963fc5c 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 {
@@ -25,22 +25,23 @@ tabpanels {
 
 .tab-icon {
   margin-top: 1px;
-  -moz-margin-end: 3px;
+  margin-inline-end: 3px;
   width: 16px;
   height: 16px;
 }
 
 .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 {
+  margin-inline-start: 2px;
 }
 
 tabbrowser > tabbox > tabpanels {
@@ -130,7 +131,7 @@ tabbrowser > tabbox > tabpanels {
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;
-  -moz-margin-start: -6px;
+  margin-inline-start: -6px;
   position: relative;
 }