From 04fe9da19036a657aeeee11f6c3641f98a345323 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 5 Feb 2009 23:29:44 +0000 Subject: Addressed the issues in ticket 34. Surround the the attempt to use gd_info with a try catch block. Created a new class gInstalledToolkit which has the highlighting and the over pointer definition. Now if you mouse across an inactive toolkit it remains inert. --- themes/admin_default/css/screen.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'themes/admin_default/css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 670f9afc..964d87db 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -48,11 +48,8 @@ td { background: #e8e8e8; } -.gAvailable .gBlock { +.gAvailable .gInstalledToolkit:hover { cursor: pointer; -} - -.gAvailable .gBlock:hover { background: #eee; } @@ -61,11 +58,6 @@ td { opacity: 0.4; } -.gUnavailable:hover { - border-color: #ccc; - opacity: 1; -} - .gOddRow { background-color: #eee; } -- cgit v1.2.3