X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Ftabbrowser.css;h=299cb7f236161f09f99107f2ba6414a6cfffcf97;hp=397fec5f92b7e328f534c1ece0107cac210e7abc;hb=c38017311468951189f8155e3a4a823b2dc8d506;hpb=31e46317376d8a241d13edee5fe9fdf5815be034 diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index 397fec5f..299cb7f2 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -41,6 +41,10 @@ border-bottom: 1px solid #FF9F00; } +.tabmail-strip { + border-bottom: none; +} + tabpanels { } @@ -55,7 +59,7 @@ tabpanels { .tab-icon { margin-top: 1px; - margin-right: 3px; + -moz-margin-end: 3px; width: 16px; height: 16px; } @@ -68,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; @@ -78,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"); } @@ -101,7 +109,7 @@ tabbrowser > tabbox > tabpanels { .tab-drop-indicator-bar { height: 11px; margin-top: -11px; - margin-left: -8px; + -moz-margin-start: -8px; position: relative; }