- IE fix for r2139 change

release-0.6
alecpl 16 years ago
parent 59138162c7
commit 81831ae50d

@ -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');

Loading…
Cancel
Save