diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-05 23:29:44 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-05 23:29:44 +0000 |
commit | 04fe9da19036a657aeeee11f6c3641f98a345323 (patch) | |
tree | c69a9c93583d90842c4c03202a59129f104cac3b /themes | |
parent | 7521465ec3af00b10d67880e780e6b60eba2b597 (diff) |
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.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_default/css/screen.css | 10 |
1 files changed, 1 insertions, 9 deletions
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; } |