X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=51d6a0add1740b4371c1561867416edfa5964cf0;hp=a5a599e298a6ff53ccef41e274bf1497d6d94cf1;hb=f993773df903b31f33af331dc3fbd4394beed74d;hpb=6d73bd65c3f4556d3fdf84eadd0ef020457f7071 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index a5a599e2..51d6a0ad 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -65,7 +65,7 @@ tabpanels { .tabbrowser-tab { margin-top: 0px; - 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] { @@ -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; }