summaryrefslogtreecommitdiff
path: root/plugins/markasjunk
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-18 12:41:54 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-18 12:41:54 +0200
commit900e6226ac29594327e168cc0922fe796c8146d1 (patch)
tree53388fb9720b9663e5d76ed98dabe5f709401a75 /plugins/markasjunk
parent207d618c22f6e50cf1dff983791282afe9f267ce (diff)
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r--plugins/markasjunk/skins/default/markasjunk.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/markasjunk/skins/default/markasjunk.css b/plugins/markasjunk/skins/default/markasjunk.css
index 89ea568f4..5b1d47b46 100644
--- a/plugins/markasjunk/skins/default/markasjunk.css
+++ b/plugins/markasjunk/skins/default/markasjunk.css
@@ -1,6 +1,6 @@
#messagetoolbar a.button.junk {
- text-indent: -1000px;
+ text-indent: -5000px;
background: url(junk_act.png) 0 0 no-repeat;
}