From 1040122a62abe419cdccca2e01dc1d09ca43f382 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 12 Aug 2024 08:59:37 +0200 Subject: [PATCH] Correct the dropdown style in Safari --- assets/css/general.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/general.scss b/assets/css/general.scss index 14410542..67e690cd 100644 --- a/assets/css/general.scss +++ b/assets/css/general.scss @@ -13,6 +13,10 @@ html { height: 100%; } +select { + -webkit-appearance: none; +} + @-moz-document url-prefix() { body .checkbox input[type='checkbox'] { float: left; @@ -473,6 +477,7 @@ body .clearfix { span.flatpickr-weekday { background: #429a82; color: white; + -webkit-appearance: none; } .flatpickr-day.endRange,