diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-29 19:46:33 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-29 19:46:33 +0100 |
commit | cbaf7a2fb001fb52c32c1d30e46d52d29b420350 (patch) | |
tree | 939213c84889645c2821f34e5ae5887707c6976a /skins/classic/iehacks.css | |
parent | 00b9c25f24c5dda9f02619196bf07d2e8e37e402 (diff) |
Fix spellcheck button menu in IE8 (change z-index and move the button to the right)
Diffstat (limited to 'skins/classic/iehacks.css')
-rw-r--r-- | skins/classic/iehacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/iehacks.css b/skins/classic/iehacks.css index 18555809d..fabf73db6 100644 --- a/skins/classic/iehacks.css +++ b/skins/classic/iehacks.css @@ -106,7 +106,7 @@ body.iframe div.messageheaderbox #quicksearchbar { - z-index: 250; + z-index: 240; } #addresslist, |