diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-01 17:45:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-01 17:45:52 +0200 |
commit | c23aad2feb9923cbf9197f4d99f73978a61de832 (patch) | |
tree | 790552324ff0c554c2df2452108af244e94cd8ea /skins/larry/iehacks.css | |
parent | ab08544520cc47b8a63be1737d5d6edb02c511b4 (diff) |
Revert "Add full headers view in message preview window (#1488538)"
This reverts commit af276f21e5364eb65a56b64c3455bc284ff1e2f2.
Conflicts:
CHANGELOG
skins/larry/mail.css
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 bba93dc33..288202111 100644 --- a/skins/larry/iehacks.css +++ b/skins/larry/iehacks.css @@ -143,7 +143,7 @@ ul.toolbarmenu li a.active:hover, filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d76', endColorstr='#004558', GradientType=0); } -#partheader, #composeheaders { +#messageheader, #partheader, #composeheaders { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0); } |