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
|
@ -30,6 +30,9 @@ form table tr th {
|
|||
color: #800000;
|
||||
border: 1px solid #800000;
|
||||
}
|
||||
[type="submit"] {
|
||||
border: 1px solid #9A9A9A;
|
||||
}
|
||||
textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
|
||||
border: 1px solid #EA8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue