Correct the dropdown style in Safari

This commit is contained in:
Alex Tselegidis 2024-08-12 08:59:37 +02:00
parent 14a0c38ac0
commit 1040122a62
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,10 @@ html {
height: 100%; height: 100%;
} }
select {
-webkit-appearance: none;
}
@-moz-document url-prefix() { @-moz-document url-prefix() {
body .checkbox input[type='checkbox'] { body .checkbox input[type='checkbox'] {
float: left; float: left;
@ -473,6 +477,7 @@ body .clearfix {
span.flatpickr-weekday { span.flatpickr-weekday {
background: #429a82; background: #429a82;
color: white; color: white;
-webkit-appearance: none;
} }
.flatpickr-day.endRange, .flatpickr-day.endRange,