summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-12-09 18:39:29 +0000
committeralecpl <alec@alec.pl>2008-12-09 18:39:29 +0000
commit81831ae50d8c92d1c7f8913abcc9354d95b1e30a (patch)
treecc863a879fe66ca70f48c931152082f98487ab5d /skins
parent59138162c74f4fd514ff77148ceb79dae98853ad (diff)
- IE fix for r2139 change
Diffstat (limited to 'skins')
-rw-r--r--skins/default/common.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 0d90219cb..e86b2ec5d 100644
--- a/skins/default/common.css
+++ b/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');