aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-07 14:13:31 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-07 14:13:31 +0200
commit8a7d0cfbbb4b9f8ade386bbb032a9a3636d3acca (patch)
tree2523713d12277d250cc5b8adbe8c92235cb9095b /dudle.css
parent85f02b2ebb0e6aa6f3ecea043e8bca84bbad1490 (diff)
new feature: delete columns in config interface
Diffstat (limited to '')
-rw-r--r--dudle.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/dudle.css b/dudle.css
index 01c129e..7487be9 100644
--- a/dudle.css
+++ b/dudle.css
@@ -12,16 +12,16 @@ td.undecided { background-color:#DDD;color:#666 }
td.name {
text-align:right;
}
-#active{
+#active, #activedeletebutton{
background-color:#A00;
}
-input.historynavi{
+input.deletebutton{
border-width: 0px;
- border-style: none;
+ border-style: solid;
padding: 0px;
cursor: pointer;
- background-color: white;
- color: blue;
+ background-color: black;
+ color: white;
}
th.weekday{
width: 2.5em;