summaryrefslogtreecommitdiff
path: root/public/css/theme0.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-07-12 20:32:04 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-07-12 20:32:04 +0200
commit430eaa019a6bd852a23d86660c81ffd397d1dd2d (patch)
tree65650e472fa8eab35223be6a021f7def5c1b3f82 /public/css/theme0.css
parent4aec1b1536811cd9964473e676c05ae4823d1876 (diff)
cccamp15 theme contrast tuning
Diffstat (limited to 'public/css/theme0.css')
-rw-r--r--public/css/theme0.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index 10d00d39..b8678523 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6305,21 +6305,21 @@ body {
color: #777777;
}
#shifts td.free {
- border: 1px solid #777777;
+ border: 1px solid #d9534f;
background-color: #f2dede;
}
a#shifts td.free:hover {
background-color: #e4b9b9;
}
#shifts td.occupied {
- border: 1px solid #777777;
+ border: 1px solid #5cb85c;
background-color: #dff0d8;
}
a#shifts td.occupied:hover {
background-color: #c1e2b3;
}
#shifts td.collides {
- border: 1px solid #777777;
+ border: 1px solid #f0ad4e;
background-color: #fcf8e3;
}
a#shifts td.collides:hover {