correction select sur webkit
This commit is contained in:
parent
69c0d573eb
commit
70f6c1c1ed
2 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,10 @@ textarea {
|
|||
resize: vertical;
|
||||
}
|
||||
|
||||
select {
|
||||
-webkit-appearance: menulist-button;
|
||||
}
|
||||
|
||||
/* if select styling bugs on WebKit */
|
||||
/* select { -webkit-appearance: none; } */
|
||||
|
||||
|
|
|
@ -54,6 +54,10 @@ textarea {
|
|||
resize: vertical;
|
||||
}
|
||||
|
||||
select {
|
||||
-webkit-appearance: menulist-button;
|
||||
}
|
||||
|
||||
/* if select styling bugs on WebKit */
|
||||
/* select { -webkit-appearance: none; } */
|
||||
|
||||
|
|
Loading…
Reference in a new issue