diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-22 12:05:16 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-22 12:05:16 +0000 |
| commit | 38394350ffaf894e399b860531bc9d3cee303e0d (patch) | |
| tree | cfd4023345e280e78b54decb0bd4d2eaa787dd85 /plugins/markasjunk/skins/default | |
| parent | 957c5298a18e7aafc39bc33f674322f87702a683 (diff) | |
Let plugins adapt better to different skins
git-svn-id: https://svn.roundcube.net/trunk@5642 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/markasjunk/skins/default')
| -rw-r--r-- | plugins/markasjunk/skins/default/markasjunk.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/markasjunk/skins/default/markasjunk.css b/plugins/markasjunk/skins/default/markasjunk.css new file mode 100644 index 000000000..89ea568f4 --- /dev/null +++ b/plugins/markasjunk/skins/default/markasjunk.css @@ -0,0 +1,6 @@ + +#messagetoolbar a.button.junk { + text-indent: -1000px; + background: url(junk_act.png) 0 0 no-repeat; +} + |
