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 /plugins/archive/skins | |
parent | 207d618c22f6e50cf1dff983791282afe9f267ce (diff) |
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'plugins/archive/skins')
-rw-r--r-- | plugins/archive/skins/default/archive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/archive/skins/default/archive.css b/plugins/archive/skins/default/archive.css index 9cd221549..3880fe3da 100644 --- a/plugins/archive/skins/default/archive.css +++ b/plugins/archive/skins/default/archive.css @@ -1,6 +1,6 @@ #messagetoolbar a.button.archive { - text-indent: -1000px; + text-indent: -5000px; background: url(archive_act.png) 0 0 no-repeat; } |