styles: add special styles for Safari

This commit is contained in:
He4eT 2021-07-27 17:38:30 +05:00
commit ef8aca3476
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
.view.home select {
cursor: pointer;
appearance: none;
-webkit-appearance: none;
border-radius: 0;
width: 200px;
}