X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=51d6a0add1740b4371c1561867416edfa5964cf0;hp=4265be6d92e8820572829ad7910a747e42c73eb7;hb=f993773df903b31f33af331dc3fbd4394beed74d;hpb=a1580a1eec3438d32c4485a79fa90c59b66dfd4a;ds=sidebyside diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index 4265be6d..51d6a0ad 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -82,9 +82,53 @@ 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 { +} + +/* All tabs menupopup */ +.alltabs-item { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + +.alltabs-item[selected="true"] { + font-weight: bold; +} + +.alltabs-item[busy] { + list-style-image: url("chrome://communicator/skin/icons/loading.gif"); +} + /* ::::: close & new tab buttons ::::: */ .tabs-closebutton-box { + -moz-box-direction: reverse; +} + +.tabs-closebutton-box > hbox { -moz-box-orient: vertical; } @@ -95,10 +139,6 @@ tabbrowser > tabbox > tabpanels { list-style-image: url("chrome://global/skin/icons/close-button.gif"); } -.tabs-closebutton > .toolbarbutton-icon { - margin: 0px !important; -} - .tabs-closebutton:hover, .tabs-closebutton:hover:active { list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); @@ -121,7 +161,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - -moz-margin-start: -8px; + -moz-margin-start: -6px; position: relative; }