From 892be6766d05a4430480464b6d3f15828561c607 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 9 Dec 2008 18:39:29 +0000 Subject: - IE fix for r2139 change git-svn-id: https://svn.roundcube.net/trunk@2141 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3