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
1 changed files with 1 additions and 0 deletions

View File

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