summaryrefslogtreecommitdiff
path: root/plugins/archive/skins/classic/archive.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-30 12:00:52 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-30 12:00:52 +0200
commitc40419bdfe866932fecf9fcb1f552312c669c228 (patch)
tree2c8e21f2f53d3b3b1ca86b743f9159a831424ba9 /plugins/archive/skins/classic/archive.css
parentbaecd8becccd7786632c1cda895123293ceb1408 (diff)
Rename old 'default' skin folder to 'classic'
Diffstat (limited to 'plugins/archive/skins/classic/archive.css')
-rw-r--r--plugins/archive/skins/classic/archive.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/archive/skins/classic/archive.css b/plugins/archive/skins/classic/archive.css
new file mode 100644
index 000000000..3880fe3da
--- /dev/null
+++ b/plugins/archive/skins/classic/archive.css
@@ -0,0 +1,10 @@
+
+#messagetoolbar a.button.archive {
+ text-indent: -5000px;
+ background: url(archive_act.png) 0 0 no-repeat;
+}
+
+#mailboxlist li.mailbox.archive {
+ background-image: url(foldericon.png);
+ background-position: 5px 1px;
+}