Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-18 14:41:54 +0400
committerThomas Bruederli <thomas@roundcube.net>2012-06-18 14:41:54 +0400
commit900e6226ac29594327e168cc0922fe796c8146d1 (patch)
tree53388fb9720b9663e5d76ed98dabe5f709401a75 /plugins/archive
parent207d618c22f6e50cf1dff983791282afe9f267ce (diff)
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'plugins/archive')
-rw-r--r--plugins/archive/skins/default/archive.css2
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;
}