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:42:22 +0200 |
commit | eb04f60d4e28ba93feca9d9a7a8c65992a214975 (patch) | |
tree | b36a1d3fb3e0c388ba6a1229fa708421370a957e /skins/default | |
parent | 459e46a8d75e69befd80c9be5a39a3cfd478276d (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 c8db8e0c8..edb5e3d26 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1473,7 +1473,7 @@ input.from_address #compose-attachments li a { - text-indent: -1000px; + text-indent: -5000px; width: 17px; height: 16px; display: block; |