summaryrefslogtreecommitdiff
path: root/public/css/theme1.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/theme1.css')
-rw-r--r--public/css/theme1.css20
1 files changed, 19 insertions, 1 deletions
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;
}