mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
fix(EditableColumns): Fixed <select> to have a #fff background-color
This commit is contained in:
parent
8eb0e5f47d
commit
4d1e7742da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user