projects
/
themes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d14042
)
remove tabmail border that looks bad, making loading hovered tabs display a visible...
author
Robert Kaiser
<kairo@kairo.at>
Fri, 19 Jun 2009 17:12:03 +0000
(19:12 +0200)
committer
Robert Kaiser
<kairo@kairo.at>
Fri, 19 Jun 2009 17:12:03 +0000
(19:12 +0200)
LCARStrek/navigator/tabbrowser.css
patch
|
blob
|
blame
|
history
diff --git
a/LCARStrek/navigator/tabbrowser.css
b/LCARStrek/navigator/tabbrowser.css
index 8ead231b77d52b986f75c8c830aed33d64b005db..299cb7f236161f09f99107f2ba6414a6cfffcf97 100644
(file)
--- 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;