From b98f498ed652f10ffc6dbdd1f7305ff9ec262f74 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 11 Jan 2009 22:14:44 +0000 Subject: Change admin/graphics to avoid using radio buttons. Instead, when you hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit. --- themes/default/css/screen.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 9794fcfc..31926a55 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -779,3 +779,13 @@ li.gError select { width: 250px; float: left; } +#gAdminGraphics tr { + cursor: pointer; +} +#gAdminGraphics tr.selected { + background-color: #cfc !important; + cursor: default; +} +#gAdminGraphics tr:hover { + background-color: #eee; +} -- cgit v1.2.3