alecpl
2008-12-09 81831ae50d8c92d1c7f8913abcc9354d95b1e30a
skins/default/common.css
@@ -84,7 +84,7 @@
  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');