diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-29 19:46:33 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-01 20:11:03 +0100 |
commit | f2b4b8f3eb9effb16deecb3aa33142db6deb626c (patch) | |
tree | 43207248a46b744011d25b6e8a18128b4c1c0922 /skins/classic/iehacks.css | |
parent | 43aeb195c159cac8352f1eeb5148c060ff0b81b6 (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, |