style(EditableColumns/DropdownField): Styled the <select> tag to look like the other input fields.

This commit is contained in:
Jake Bentvelzen 2016-04-10 19:45:57 +10:00
parent 84cf612582
commit 8eb0e5f47d
1 changed files with 10 additions and 0 deletions

View File

@ -100,6 +100,16 @@
max-width: none !important;
}
.ss-gridfield-editable select.dropdown {
border: 1px solid #b3b3b3;
padding: 7px 7px;
padding-left: 4px;
line-height: 16px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.ss-gridfield-add-new-inline {
margin-bottom: 12px;
}