diff options
author | thomascube <thomas@roundcube.net> | 2008-09-12 15:30:07 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-12 15:30:07 +0000 |
commit | dc5b83d188737c1ce18909f185669a0a0f1c1f4a (patch) | |
tree | 28a9067f6fc4bea160b59a5922f8ab682990b9e2 /skins/default/common.css | |
parent | 1c499ae930907ecb37ba31997ffcb71827d524f9 (diff) |
Hack away css border for Safari only (#1485339)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index a5b73b002..ef138cb1b 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -76,8 +76,7 @@ input, textarea } input[type="checkbox"], -input[type="radio"], -input[type="file"] +input[type="radio"] { border: 0; padding: 0; |