Skip to content

Commit

Permalink
Merge pull request sonata-project#3364 from core23/editable-icon
Browse files Browse the repository at this point in the history
Fixed x-editable datepicker
  • Loading branch information
soullivaneuh committed Oct 13, 2015
2 parents b553538 + 6561f21 commit 02106d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ td.sonata-ba-list-field .editable-empty:not(.editable-open) {
.editable-pre-wrapped {
white-space: normal;
}
.editable-container .prev:before {
content: "\2190 ";
}
.editable-container .next:before {
content: "\2192 ";
}

/* select2 */
div.select2-container {
Expand Down

0 comments on commit 02106d4

Please sign in to comment.