correction select sur webkit

This commit is contained in:
raphaelgoettter 2015-06-26 14:04:31 +02:00
parent 69c0d573eb
commit 70f6c1c1ed
2 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,10 @@ textarea {
resize: vertical;
}
select {
-webkit-appearance: menulist-button;
}
/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */

View File

@ -54,6 +54,10 @@ textarea {
resize: vertical;
}
select {
-webkit-appearance: menulist-button;
}
/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */