diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-18 12:41:54 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-18 12:41:54 +0200 |
commit | 900e6226ac29594327e168cc0922fe796c8146d1 (patch) | |
tree | 53388fb9720b9663e5d76ed98dabe5f709401a75 /skins/default | |
parent | 207d618c22f6e50cf1dff983791282afe9f267ce (diff) |
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 0e928f0e8..8c5a935ea 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1481,7 +1481,7 @@ input.from_address #compose-attachments li a { - text-indent: -1000px; + text-indent: -5000px; width: 17px; height: 16px; display: block; |