X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=6a841c45208722c6a96d440d6c2073fb73a0dd9d;hp=1415a4a4e1fec644081be7c0ec1451dfb0748d27;hb=82b4252f7e41007fc93fa3b94fd7418a07c03fd1;hpb=150efe454ec2abc903eb7ee248c506b85fd12f20 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index 1415a4a4..6a841c45 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -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 {