Selaa lähdekoodia

Merge pull request #3364 from core23/editable-icon

Fixed x-editable datepicker
Sullivan SENECHAL 9 vuotta sitten
vanhempi
commit
02106d4617
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      Resources/public/css/styles.css

+ 6 - 0
Resources/public/css/styles.css

@@ -324,6 +324,12 @@ td.sonata-ba-list-field .editable-empty:not(.editable-open) {
 .editable-pre-wrapped {
 .editable-pre-wrapped {
     white-space: normal;
     white-space: normal;
 }
 }
+.editable-container .prev:before {
+    content: "\2190 ";
+}
+.editable-container .next:before {
+    content: "\2192 ";
+}
 
 
 /* select2 */
 /* select2 */
 div.select2-container {
 div.select2-container {