From c38017311468951189f8155e3a4a823b2dc8d506 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 19 Jun 2009 19:12:03 +0200 Subject: [PATCH 1/1] remove tabmail border that looks bad, making loading hovered tabs display a visible loading icon --- LCARStrek/navigator/tabbrowser.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index 8ead231b..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 { } @@ -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; -- 2.35.3