summaryrefslogtreecommitdiff
path: root/themes/base.less
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 /themes/base.less
parent46575d90c276bbf10d28d19900790c454dbe96ff (diff)
hightlight free and occupied shifts like pre bootstrap
Diffstat (limited to 'themes/base.less')
-rw-r--r--themes/base.less11
1 files changed, 8 insertions, 3 deletions
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