summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-11 22:14:44 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-11 22:14:44 +0000
commitb98f498ed652f10ffc6dbdd1f7305ff9ec262f74 (patch)
treea8873f5db4a8916ccfd63fd5ab201148357fad97 /themes
parent46b976819db700343289dc5f40dea3ac4f482458 (diff)
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.
Diffstat (limited to 'themes')
-rw-r--r--themes/default/css/screen.css10
1 files changed, 10 insertions, 0 deletions
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;
+}