summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-14 17:58:15 +0100
committermsquare <msquare@notrademark.de>2016-11-14 17:58:15 +0100
commitf5681411642b7da1b175fa153d3c234ba97b472a (patch)
tree3d474aff97498c834706024b6e0d88be1540c275 /themes
parent0ab9f4f9886ca61fe0711ba1ee551394ceda877a (diff)
add shift legend and fix dark theme
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less26
1 files changed, 25 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less
index 98c12514..3cef3d11 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -10,6 +10,30 @@ body {
color: @text-muted;
}
+.panel-primary .panel-heading a {
+ color: @panel-primary-text;
+}
+
+.panel-default .panel-heading a {
+ color: @panel-default-text;
+}
+
+.panel-info .panel-heading a {
+ color: @panel-info-text;
+}
+
+.panel-success .panel-heading a {
+ color: @panel-success-text;
+}
+
+.panel-warning .panel-heading a {
+ color: @panel-warning-text;
+}
+
+.panel-danger .panel-heading a {
+ color: @panel-danger-text;
+}
+
.shift-calendar {
display: flex;
flex-direction: row;
@@ -29,7 +53,7 @@ body {
flex-grow: 1;
.header {
- background: #fff;
+ background: @panel-bg;
height: 30px;
padding: 5px;
}