X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Ftabbrowser.css;h=38949c8e8ef59afa0369f8a3666228f258ffde27;hp=b70dcfc67ef444e9bf0603e8c5781cd253eb5330;hb=1f0c82bb9de8e738721734805e06e3c130c561a4;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index b70dcfc6..38949c8e 100644 --- a/EarlyBlue/navigator/tabbrowser.css +++ b/EarlyBlue/navigator/tabbrowser.css @@ -62,7 +62,7 @@ tabpanels { } .tabbrowser-tab { - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .tabbrowser-tab[busy] { @@ -75,6 +75,48 @@ tabbrowser > tabbox > tabpanels { margin: 0px; } +.tabbrowser-tab:-moz-lwtheme { + text-shadow: none; +} + +.scrollbutton-up:-moz-lwtheme, +.scrollbutton-down:-moz-lwtheme:not([selected="true"]), +.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) { + opacity: .8; +} + +.toolbarbutton-text { + display: none; +} + +.toolbarbutton-icon { + margin: 0px !important; /* needs to override communicator.css */ +} + +/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */ + +.scrollbutton-up, +.scrollbutton-down { +} + +.tabs-alltabs-button { + margin: 2px 0px 1px; +} + +/* All tabs menupopup */ +.alltabs-item { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +.alltabs-item[selected="true"] { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); + font-weight: bold; +} + +.alltabs-item[busy] { + list-style-image: url("chrome://communicator/skin/icons/loading.gif"); +} + /* ::::: close & new tab buttons ::::: */ .tabs-closebutton { @@ -83,10 +125,6 @@ tabbrowser > tabbox > tabpanels { list-style-image: url("chrome://global/skin/icons/close-button.gif"); } -.tabs-closebutton > .toolbarbutton-icon { - margin: 0; -} - .tabs-newbutton { margin: 0px; margin-top: 2px; @@ -97,7 +135,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - -moz-margin-start: -8px; + -moz-margin-start: -6px; position: relative; }