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 --- themes/base.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/base.less b/themes/base.less index c474dc01..29a3796f 100644 --- a/themes/base.less +++ b/themes/base.less @@ -1,6 +1,3 @@ -//** Load fonts from this directory. -@icon-font-path: "../fonts/"; - @import "../vendor/bootstrap/less/bootstrap"; body { @@ -10,3 +7,11 @@ body { .footer a { color: @text-muted; } + +td.free { + .bg-danger(); +} + +td.occupied { + .bg-success(); +} \ No newline at end of file -- cgit v1.2.3-70-g09d2