diff options
| author | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-04 23:58:03 +0000 |
|---|---|---|
| committer | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-04 23:58:03 +0000 |
| commit | 0766ba1e10b3c20b3868b3d03537d9ed677b6ed7 (patch) | |
| tree | bdb73a10db0267ae7d12adb513d9d8c4f77ca7e7 | |
| parent | 907828a274241ce09517a6ac7c28875d567e4283 (diff) | |
- fix search box not writable in IE6/7 (#1486086)
git-svn-id: https://svn.roundcube.net/trunk@2924 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/iehacks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/iehacks.css b/roundcubemail/skins/default/iehacks.css index f074d8b59..220ef46b0 100644 --- a/roundcubemail/skins/default/iehacks.css +++ b/roundcubemail/skins/default/iehacks.css @@ -72,6 +72,11 @@ input, textarea top: 8px; } +#quicksearchbar +{ + z-index: 250; +} + #mainscreen { width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
