From f5681411642b7da1b175fa153d3c234ba97b472a Mon Sep 17 00:00:00 2001 From: msquare Date: Mon, 14 Nov 2016 17:58:15 +0100 Subject: add shift legend and fix dark theme --- public/css/theme3.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'public/css/theme3.css') 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; } -- cgit v1.2.3-54-g00ecf