From 1a87676523a33b8a8290567fb170cbfebd9abf20 Mon Sep 17 00:00:00 2001 From: Solene Desvaux Date: Mon, 13 Jun 2022 14:39:46 +0200 Subject: [PATCH] Bug 30952: add generated css files --- koha-tmpl/intranet-tmpl/prog/css/calendar.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/calendar.css b/koha-tmpl/intranet-tmpl/prog/css/calendar.css index 0d9d2933e3..4de58aafdb 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/calendar.css +++ b/koha-tmpl/intranet-tmpl/prog/css/calendar.css @@ -726,14 +726,19 @@ span.flatpickr-weekday { background-color: #FFCC66; } .panel { - border: 1px solid #B9D8D9; - border-radius: 4px; - -webkit-box-shadow: none; - box-shadow: none; - padding: 0; display: none; - margin: 1em 0; - z-index: 1; } + z-index: 1; + height: 100%; + width: 100%; + background-color: #FFF; + position: relative; + color: #696969; + left: 0px; + top: 0px; + margin: 0em 1em 1em 0em; + padding: 1em; + -webkit-box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); + box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); } fieldset.brief { border: 0; -- 2.17.1