X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Ftabbrowser.css;h=af0e32676e2c404da720dcabca08e14d82dfce05;hp=46b14f6e91d657aba6f88be5b255e0fccfebccc3;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=6fa8522a63d7787534a7ba9e44a1425d39c15abd diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index 46b14f6e..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; } @@ -56,13 +56,13 @@ tabpanels { .tab-icon { margin-top: 1px; - margin-right: 3px; + -moz-margin-end: 3px; width: 16px; height: 16px; } .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; - margin-right: 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; - margin-left: -8px; + -moz-margin-start: -6px; position: relative; }