X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=299cb7f236161f09f99107f2ba6414a6cfffcf97;hp=a8e418138d497b859114202c9d74bb1dd73ec353;hb=d14766082903619f711123c95c0f1dc0836834bd;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index a8e41813..299cb7f2 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -38,10 +38,13 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { - padding-bottom: 1px; border-bottom: 1px solid #FF9F00; } +.tabmail-strip { + border-bottom: none; +} + tabpanels { } @@ -56,7 +59,7 @@ tabpanels { .tab-icon { margin-top: 1px; - margin-right: 3px; + -moz-margin-end: 3px; width: 16px; height: 16px; } @@ -69,6 +72,10 @@ tabpanels { list-style-image: url("chrome://global/skin/icons/loading.gif"); } +.tabbrowser-tab[busy]:hover { + list-style-image: url("chrome://global/skin/icons/loading-hover.gif"); +} + tabbrowser > tabbox > tabpanels { border: none; padding: 0px; @@ -79,7 +86,7 @@ tabbrowser > tabbox > tabpanels { .tabs-closebutton { margin-bottom: 2px; - margin-right: 2px; + -moz-margin-end: 2px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } @@ -87,6 +94,11 @@ tabbrowser > tabbox > tabpanels { margin: 0; } +.tabs-closebutton:hover, +.tabs-closebutton:hover:active { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +} + .tabs-newbutton { margin: 0px; margin-top: 2px; @@ -97,7 +109,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - margin-left: -8px; + -moz-margin-start: -8px; position: relative; }