From e81b2c319a7d0ed9d7873cf463b1c8a68dac59f1 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 31 Mar 2021 09:44:22 -0600 Subject: [PATCH] Calendar: More style adjustments from Stefan Unverricht --- calendar/templates/default/app.css | 4 ++++ calendar/templates/pixelegg/app.css | 4 ++++ calendar/templates/pixelegg/app.less | 1 + 3 files changed, 9 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index f1c65c78d9..533968d80a 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -89,6 +89,10 @@ border: none; box-shadow: none; } +#calendar-et2_target hr { + display: block; + border-top: 1px solid #696969; +} #calendar-sidebox_buttons tbody { width: 100%; } diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index a471d3dd14..0bfa09f5b4 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -99,6 +99,10 @@ border: none; box-shadow: none; } +#calendar-et2_target hr { + display: block; + border-top: #696969; +} #calendar-sidebox_buttons tbody { width: 100%; } diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 90b3966884..8153edbbef 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -18,6 +18,7 @@ + /*generell*/ // makes svg visible