X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=6a841c45208722c6a96d440d6c2073fb73a0dd9d;hp=e435d40246d70f9afb257e7972fbaf4e94d4d206;hb=470b6552308a19f556badc1b3992e976e52b4239;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index e435d402..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 { @@ -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 {