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/mail.css | |
parent | 1c499ae930907ecb37ba31997ffcb71827d524f9 (diff) |
Hack away css border for Safari only (#1485339)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index dae8806d8..79f0d4d3a 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -441,6 +441,7 @@ body.messagelist /* safari hack \*/ html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; } +html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border:0; } /**/ #messagelist thead tr td |