Skip to content

Commit

Permalink
Merge pull request #141 from SilbinaryWolf/style-editableselect
Browse files Browse the repository at this point in the history
style(EditableColumns/DropdownField): Styled the <select> tag to look like the other input fields.
  • Loading branch information
nyeholt committed Apr 16, 2016
2 parents 3f2579a + 4d1e774 commit 11ee7b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/GridFieldExtensions.css
Expand Up @@ -100,6 +100,17 @@
max-width: none !important;
}

.ss-gridfield-editable select.dropdown {
border: 1px solid #b3b3b3;
background-color: #fff;
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;
}
Expand Down

0 comments on commit 11ee7b0

Please sign in to comment.