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