Commit 4bf93a2d authored by Mark Otto's avatar Mark Otto
Browse files

fixes #4265: restore chromium select fix

parent 97a23ef2
Showing with 1 addition and 0 deletions
+1 -0
...@@ -160,6 +160,7 @@ input[type="file"] { ...@@ -160,6 +160,7 @@ input[type="file"] {
select { select {
width: 220px; // default input width + 10px of padding that doesn't get applied width: 220px; // default input width + 10px of padding that doesn't get applied
border: 1px solid #bbb; border: 1px solid #bbb;
background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color
} }
// Make multiple select elements height not fixed // Make multiple select elements height not fixed
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment