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/theme1.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/css/theme1.css') 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; -- cgit v1.2.3-54-g00ecf