mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Correct the dropdown style in Safari
This commit is contained in:
parent
14a0c38ac0
commit
1040122a62
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue