reset border-radius for <select> elements

This commit is contained in:
Nicolas Cusan
2019-01-08 17:06:51 +01:00
parent 68d5f22698
commit c4e9e9f11e

View File

@@ -247,6 +247,7 @@ textarea {
select {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}
/**