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%;
|
||||
}
|
||||
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue