X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=f62393d4462428c9a86b07a81390b751edc4abcb;hp=4265be6d92e8820572829ad7910a747e42c73eb7;hb=a3b6328b4e844ec03368483917dcbde4034865c8;hpb=e1313d59a1c9110ddef3376207066ed526037f15 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index 4265be6d..f62393d4 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -82,6 +82,47 @@ 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"] { + font-weight: bold; +} + +.alltabs-item[busy] { + list-style-image: url("chrome://communicator/skin/icons/loading.gif"); +} + /* ::::: close & new tab buttons ::::: */ .tabs-closebutton-box { @@ -95,10 +136,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 +158,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - -moz-margin-start: -8px; + -moz-margin-start: -6px; position: relative; }