Make select elements consistent with forms

This commit is contained in:
discomrade 2021-11-05 11:51:39 -01:00
parent 667b271a27
commit 78d4fd6ee1
9 changed files with 11 additions and 8 deletions

View file

@ -115,7 +115,7 @@ form table tr th {
/* Input fields */
textarea,
input:not([type="file"]):not([type="checkbox"]),
[type="submit"] {
[type="submit"], select {
color: #4c4c4c;
background: #e9eced;
border: 1px double #cccccc;