X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Ftabbrowser.css;h=af0e32676e2c404da720dcabca08e14d82dfce05;hp=b70dcfc67ef444e9bf0603e8c5781cd253eb5330;hb=ef3a6994370bde4ca20ff1f86f08b4f1e528eab8;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index b70dcfc6..af0e3267 100644 --- a/EarlyBlue/navigator/tabbrowser.css +++ b/EarlyBlue/navigator/tabbrowser.css @@ -38,7 +38,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { - padding-bottom: 1px; + padding-bottom: 0px; border-bottom: 1px solid #666699; } @@ -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,16 +75,65 @@ 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 { + margin-top: 1px; + margin-bottom: 0; +} + +.tabs-alltabs-button { + margin-top: 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 { - margin-bottom: 2px; - -moz-margin-end: 2px; - list-style-image: url("chrome://global/skin/icons/close-button.gif"); +.tabs-closebutton-box { + -moz-box-direction: reverse; +} + +.tabs-closebutton-box > hbox { + -moz-box-orient: vertical; } -.tabs-closebutton > .toolbarbutton-icon { - margin: 0; +.tabs-closebutton { + margin-top: 1px; + padding: 0 3px; + -moz-box-flex: 1; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); } .tabs-newbutton { @@ -97,7 +146,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - -moz-margin-start: -8px; + -moz-margin-start: -6px; position: relative; }