diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 18:39:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 18:39:29 +0000 |
| commit | 892be6766d05a4430480464b6d3f15828561c607 (patch) | |
| tree | d4ccc7e5c2c6bef3e6cc76dc8ba4f6d0660daeae | |
| parent | 7d150864f023596884a3882e8498f9a9277aca75 (diff) | |
- IE fix for r2139 change
git-svn-id: https://svn.roundcube.net/trunk@2141 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 0d90219cb..e86b2ec5d 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -84,7 +84,7 @@ input, textarea padding-left: 3px; padding-right: 3px; /* IE hacks for input elements */ - border-style: expression(this.type=='checkbox' || this.type=='radio' ? 'none' : 'solid'); + border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid'); border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px'); border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666'); background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff'); |
