summaryrefslogtreecommitdiff
path: root/skins/larry/iehacks.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-02-15 18:49:07 +0000
committerthomascube <thomas@roundcube.net>2012-02-15 18:49:07 +0000
commit19b34b7058117832de44682a7d3eb4ada9859be4 (patch)
tree2048d36ed76f9013c84256b83df3a3bb1c2eaad7 /skins/larry/iehacks.css
parent63f23ffd6a7e78304309f221799e3a9a3403748c (diff)
Some hacks to make Larry work in IE7
Diffstat (limited to 'skins/larry/iehacks.css')
-rw-r--r--skins/larry/iehacks.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/iehacks.css b/skins/larry/iehacks.css
index 5814fb05b..14f85568b 100644
--- a/skins/larry/iehacks.css
+++ b/skins/larry/iehacks.css
@@ -104,7 +104,8 @@ ul.toolbarmenu li a.active:hover,
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d3d3d3 50%, #f8f8f8', GradientType=0);
}
-.tabsbar .tablink.selected a {
+.tabsbar .selected a {
+ background-color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}