diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 20:28:02 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 20:28:02 +0200 |
commit | 6547093937cd4ee33adb7f9e55ce6851e25a6a8f (patch) | |
tree | 2688409177d58d64bac864351a44645120e9bdfd /skins/larry/iehacks.css | |
parent | aa4612e7304d6a8f99842702593954c99a702b4d (diff) |
Backported commit 10467e8a5957 and other improvements
Diffstat (limited to 'skins/larry/iehacks.css')
-rw-r--r-- | skins/larry/iehacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/iehacks.css b/skins/larry/iehacks.css index 288202111..93f483c11 100644 --- a/skins/larry/iehacks.css +++ b/skins/larry/iehacks.css @@ -144,7 +144,7 @@ ul.toolbarmenu li a.active:hover, } #messageheader, #partheader, #composeheaders { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0); } #previewheaderstoggle { |