summaryrefslogtreecommitdiff
path: root/modules/organize/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-09 02:19:59 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-09 02:19:59 -0800
commitde5b06ae7442db2c7a8999c0c806997248ddb151 (patch)
tree9982b60504a0ea63b2d82f4502e595f6a060ae80 /modules/organize/css
parentfc2733a2d1aa06cda3415b624aeb28e62deabb95 (diff)
Add an icon for the delete button so that it stands out a little bit more,
and disable the button when nothing is selected. Fixes #1592.
Diffstat (limited to 'modules/organize/css')
-rw-r--r--modules/organize/css/organize_frame.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/organize/css/organize_frame.css b/modules/organize/css/organize_frame.css
index d442fb57..12bc6091 100644
--- a/modules/organize/css/organize_frame.css
+++ b/modules/organize/css/organize_frame.css
@@ -95,6 +95,12 @@
background-repeat: no-repeat;
}
+button.delete {
+ background-image: url(../vendor/ext/images/fam/delete.gif);
+ background-position: 10px 8px;
+ background-repeat: no-repeat;
+}
+
/* IE specific overrides */
body.ext-ie div.thumb {
width: 150px;