mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
select: remove nice-select for safari because of a known bug with fixed position and overflow
Make the safari select looks the same than for other browser Only the dropdown will be different
This commit is contained in:
parent
23307d14d5
commit
af67f02da2
2 changed files with 10 additions and 4 deletions
|
@ -32,9 +32,6 @@ select, .nice-select {
|
|||
.nice-select:hover {
|
||||
border-color: #dbdbdb;
|
||||
}
|
||||
.nice-select:active,.nice-select.open,.nice-select:focus {
|
||||
/*border-color: #999;*/
|
||||
}
|
||||
.nice-select:after {
|
||||
border-bottom: 2px solid #999;
|
||||
border-right: 2px solid #999;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue