aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-rw-r--r--default.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/default.css b/default.css
index 13e11c3..6d02e23 100644
--- a/default.css
+++ b/default.css
@@ -57,7 +57,7 @@ td.name {
text-align:right;
}
-#active {
+#active, #active input.delete{
background-color:#CCF;
}
@@ -82,7 +82,13 @@ input.navigation {
background-color: #EEE;
}
-.navigation:hover, .notchosen:hover, .disabled:hover, .delete:hover, .toggle:hover {
+a.editcolumn {
+ color: black;
+}
+a.editcolumn:hover {
+ text-decoration:none;
+}
+.navigation:hover, .notchosen:hover, .disabled:hover, .editcolumn:hover, #active .delete:hover, .delete:hover, .toggle:hover {
background-color: #CCC;
}