Make all window form inputs white so selects match text inputs

This commit is contained in:
Jérémie Astori 2016-09-06 01:18:21 -04:00
parent 6d72f023fa
commit d5f234bdb5

View file

@ -572,6 +572,7 @@ button {
}
#windows .input {
background-color: white;
border: 1px solid #cdd3da;
border-radius: 2px;
color: #222;