summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/default/common.css')
-rw-r--r--skins/default/common.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index c5e813363..2e16b01bf 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -85,11 +85,6 @@ input, textarea
color: #333333;
padding-left: 3px;
padding-right: 3px;
- /* IE hacks for input elements */
- 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');
}
input.button
@@ -116,7 +111,6 @@ input.mainaction
img
{
- behavior: url('skins/default/pngbehavior.htc');
border: 0;
}
@@ -164,7 +158,7 @@ img
font-size: 11px;
color: #666666;
text-decoration: none;
- padding: 6px 16px 6px 25px;
+ padding: 6px 14px 6px 27px;
background-repeat: no-repeat;
}