Slightly increase the padding on <select> elements
Our select elements look more like buttons than they look like text inputs, this means we should use slightly larger padding.
This commit is contained in:
parent
f19e328dce
commit
4a0999a34e
|
@ -65,6 +65,10 @@ button {
|
|||
padding-right: 20px;
|
||||
}
|
||||
|
||||
select {
|
||||
padding-right: 7px;
|
||||
padding-left: 7px;
|
||||
}
|
||||
option {
|
||||
color: black;
|
||||
background: white;
|
||||
|
|
Loading…
Reference in New Issue