aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-09 22:34:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-09 22:34:03 +0100
commit4951881f53177c06ebecfd5aca8800fff631c9bf (patch)
tree91978d2969448b6980e1a85aec90f8b04ca2e51b
parentbcd1280292d619a8d600ee1349dc281f88f38803 (diff)
fg==bg ? "uncool" : "cool"
-rw-r--r--classic.css2
-rw-r--r--default.css8
-rw-r--r--print.css2
3 files changed, 6 insertions, 6 deletions
diff --git a/classic.css b/classic.css
index 6f7603e..31151f9 100644
--- a/classic.css
+++ b/classic.css
@@ -47,7 +47,7 @@ td.name {
text-align:right;
}
-#active, #activedeletebutton{
+#active {
background-color:#A00;
}
diff --git a/default.css b/default.css
index 6317f4c..2da40c7 100644
--- a/default.css
+++ b/default.css
@@ -28,8 +28,8 @@ text-decoration:none;
}
a:hover, a:active {
-color:#36c;
-text-decoration:underline;
+ color:#36c;
+ text-decoration:underline;
}
td.ayes, td.bmaybe, td.cno { cursor:default;}
@@ -55,8 +55,8 @@ td.name {
text-align:right;
}
-#active, #activedeletebutton{
- background-color:#36c;
+#active {
+ background-color:#CCF;
}
th.weekday{
diff --git a/print.css b/print.css
index 92eb2f1..906cb2b 100644
--- a/print.css
+++ b/print.css
@@ -32,7 +32,7 @@ td.name a,td.name a:visited {
color: black;
}
-#active, #activedeletebutton{
+#active {
background-color:#A00;
}