X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Ftabbrowser.css;h=37b546d1ec306f71f1017ac5ad37a50a429b3009;hp=3fe5de37c4c7c655b7065571db26fe8e9a1e9f95;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index 3fe5de37..37b546d1 100644 --- a/EarlyBlue/navigator/tabbrowser.css +++ b/EarlyBlue/navigator/tabbrowser.css @@ -23,7 +23,7 @@ tabpanels { .tab-icon { margin-top: 1px; - -moz-margin-end: 3px; + margin-inline-end: 3px; width: 16px; height: 16px; } @@ -52,14 +52,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, @@ -86,6 +84,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 { @@ -113,7 +115,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - -moz-margin-start: -6px; + margin-inline-start: -6px; position: relative; }