Make all window form inputs white so selects match text inputs
This commit is contained in:
parent
6d72f023fa
commit
d5f234bdb5
@ -572,6 +572,7 @@ button {
|
||||
}
|
||||
|
||||
#windows .input {
|
||||
background-color: white;
|
||||
border: 1px solid #cdd3da;
|
||||
border-radius: 2px;
|
||||
color: #222;
|
||||
|
Loading…
Reference in New Issue
Block a user