forked from leftypol/leftypol
Make select elements consistent with forms
This commit is contained in:
parent
667b271a27
commit
78d4fd6ee1
9 changed files with 11 additions and 8 deletions
|
@ -61,7 +61,7 @@ form table tr th {
|
|||
border: 1px solid #cd0000;
|
||||
}
|
||||
/* Input fields */
|
||||
textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] {
|
||||
textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"], select {
|
||||
color: #ACACAC;
|
||||
background: #282A2E;
|
||||
border: 1px double #07371F;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue