summaryrefslogtreecommitdiff
path: root/public/css/theme1.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-09-08 14:46:12 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-09-08 14:46:12 +0200
commitdd3de2d47d7632d12b11cc9b5beb1a373e78a2c8 (patch)
tree046b468cf68bf62fcc3990e9ce02c2f172971fc9 /public/css/theme1.css
parent46575d90c276bbf10d28d19900790c454dbe96ff (diff)
hightlight free and occupied shifts like pre bootstrap
Diffstat (limited to 'public/css/theme1.css')
-rw-r--r--public/css/theme1.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/theme1.css b/public/css/theme1.css
index 1661a2fc..cfaf0ca4 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6327,6 +6327,18 @@ body {
.footer a {
color: #888888;
}
+td.free {
+ background-color: #d9534f;
+}
+atd.free:hover {
+ background-color: #c9302c;
+}
+td.occupied {
+ background-color: #5cb85c;
+}
+atd.occupied:hover {
+ background-color: #449d44;
+}
.text-primary,
.text-primary:hover {
color: #428bca;