fix(EditableColumns): Fixed <select> to have a #fff background-color

This commit is contained in:
Jake Bentvelzen 2016-04-16 11:15:55 +10:00
parent 8eb0e5f47d
commit 4d1e7742da
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@
.ss-gridfield-editable select.dropdown {
border: 1px solid #b3b3b3;
background-color: #fff;
padding: 7px 7px;
padding-left: 4px;
line-height: 16px;