From dd3de2d47d7632d12b11cc9b5beb1a373e78a2c8 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 8 Sep 2014 14:46:12 +0200 Subject: hightlight free and occupied shifts like pre bootstrap --- public/css/theme0.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/css/theme0.css') diff --git a/public/css/theme0.css b/public/css/theme0.css index 5c0680ec..ce759f40 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6304,3 +6304,15 @@ body { .footer a { color: #777777; } +td.free { + background-color: #f2dede; +} +atd.free:hover { + background-color: #e4b9b9; +} +td.occupied { + background-color: #dff0d8; +} +atd.occupied:hover { + background-color: #c1e2b3; +} -- cgit v1.2.3-54-g00ecf