summaryrefslogtreecommitdiff
path: root/public
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 /public
parent0ab9f4f9886ca61fe0711ba1ee551394ceda877a (diff)
add shift legend and fix dark theme
Diffstat (limited to 'public')
-rw-r--r--public/css/theme0.css20
-rw-r--r--public/css/theme1.css20
-rw-r--r--public/css/theme2.css20
-rw-r--r--public/css/theme3.css20
4 files changed, 76 insertions, 4 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index daba1eba..02bdeb7f 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6730,6 +6730,24 @@ body {
.footer a {
color: #777777;
}
+.panel-primary .panel-heading a {
+ color: #ffffff;
+}
+.panel-default .panel-heading a {
+ color: #333333;
+}
+.panel-info .panel-heading a {
+ color: #31708f;
+}
+.panel-success .panel-heading a {
+ color: #3c763d;
+}
+.panel-warning .panel-heading a {
+ color: #8a6d3b;
+}
+.panel-danger .panel-heading a {
+ color: #a94442;
+}
.shift-calendar {
display: flex;
flex-direction: row;
@@ -6744,7 +6762,7 @@ body {
flex-grow: 1;
}
.shift-calendar .lane .header {
- background: #fff;
+ background: #ffffff;
height: 30px;
padding: 5px;
}
diff --git a/public/css/theme1.css b/public/css/theme1.css
index e9b6b4cd..d9cf7b73 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6753,6 +6753,24 @@ body {
.footer a {
color: #888888;
}
+.panel-primary .panel-heading a {
+ color: #ffffff;
+}
+.panel-default .panel-heading a {
+ color: #888888;
+}
+.panel-info .panel-heading a {
+ color: #ffffff;
+}
+.panel-success .panel-heading a {
+ color: #ffffff;
+}
+.panel-warning .panel-heading a {
+ color: #ffffff;
+}
+.panel-danger .panel-heading a {
+ color: #ffffff;
+}
.shift-calendar {
display: flex;
flex-direction: row;
@@ -6767,7 +6785,7 @@ body {
flex-grow: 1;
}
.shift-calendar .lane .header {
- background: #fff;
+ background: #222222;
height: 30px;
padding: 5px;
}
diff --git a/public/css/theme2.css b/public/css/theme2.css
index 7646f08b..4b6b1d67 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6730,6 +6730,24 @@ body {
.footer a {
color: #777777;
}
+.panel-primary .panel-heading a {
+ color: #ffffff;
+}
+.panel-default .panel-heading a {
+ color: #333333;
+}
+.panel-info .panel-heading a {
+ color: #826045;
+}
+.panel-success .panel-heading a {
+ color: #638232;
+}
+.panel-warning .panel-heading a {
+ color: #bc8640;
+}
+.panel-danger .panel-heading a {
+ color: #694374;
+}
.shift-calendar {
display: flex;
flex-direction: row;
@@ -6744,7 +6762,7 @@ body {
flex-grow: 1;
}
.shift-calendar .lane .header {
- background: #fff;
+ background: #ffffff;
height: 30px;
padding: 5px;
}
diff --git a/public/css/theme3.css b/public/css/theme3.css
index 014fee12..dd65c030 100644
--- a/public/css/theme3.css
+++ b/public/css/theme3.css
@@ -6739,6 +6739,24 @@ body {
.footer a {
color: #777777;
}
+.panel-primary .panel-heading a {
+ color: #ffffff;
+}
+.panel-default .panel-heading a {
+ color: #333333;
+}
+.panel-info .panel-heading a {
+ color: #6618f9;
+}
+.panel-success .panel-heading a {
+ color: #39ab50;
+}
+.panel-warning .panel-heading a {
+ color: #dad216;
+}
+.panel-danger .panel-heading a {
+ color: #da1639;
+}
.shift-calendar {
display: flex;
flex-direction: row;
@@ -6753,7 +6771,7 @@ body {
flex-grow: 1;
}
.shift-calendar .lane .header {
- background: #fff;
+ background: #ffffff;
height: 30px;
padding: 5px;
}