X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Ftabbrowser.css;h=38949c8e8ef59afa0369f8a3666228f258ffde27;hb=319c652960805bfc825e4c20087f0235b3cab27b;hp=46b14f6e91d657aba6f88be5b255e0fccfebccc3;hpb=6fa8522a63d7787534a7ba9e44a1425d39c15abd;p=themes.git diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index 46b14f6e..38949c8e 100644 --- a/EarlyBlue/navigator/tabbrowser.css +++ b/EarlyBlue/navigator/tabbrowser.css @@ -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,18 +75,56 @@ 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 { margin-bottom: 2px; - margin-right: 2px; + -moz-margin-end: 2px; 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; - margin-left: -8px; + -moz-margin-start: -6px; position: relative; }