Quellcode durchsuchen

Show datepicker icons for iphone 6

Denis K vor 8 Jahren
Ursprung
Commit
59d04d7ba1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      jet/static/jet/css/_changeform.scss

+ 2 - 2
jet/static/jet/css/_changeform.scss

@@ -400,7 +400,7 @@ body.popup .submit-row {
   border-radius: 4px 0 0 4px !important;
   border-right: 0 !important;
 
-  @include for-phone {
+  @include for-width(374px) {
     border-radius: 4px !important;
     border-right: 1px !important;
   }
@@ -409,7 +409,7 @@ body.popup .submit-row {
     vertical-align: top;
     display: inline-block;
 
-    @include for-phone {
+    @include for-width(374px) {
        display: none;
     }