From de5b06ae7442db2c7a8999c0c806997248ddb151 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 9 Jan 2011 02:19:59 -0800 Subject: 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. --- modules/organize/css/organize_frame.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/organize/css') 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; -- cgit v1.2.3