diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 15:30:07 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 15:30:07 +0000 |
| commit | fc09d271e3e44bdbf049a245eecd370fb462a9c6 (patch) | |
| tree | 12ebf64c9c5fe14f606c3298ea11b2348279177c /roundcubemail/skins/default/common.css | |
| parent | 1f4424ccf6a7dca2f7e5b6091c3f242256dcd4dc (diff) | |
Hack away css border for Safari only (#1485339)
git-svn-id: https://svn.roundcube.net/trunk@1774 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index a5b73b002..ef138cb1b 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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; |
