diff --git a/mirzaev/skillparts/system/views/orders/index.php b/mirzaev/skillparts/system/views/orders/index.php index 96ea108..9e82e52 100644 --- a/mirzaev/skillparts/system/views/orders/index.php +++ b/mirzaev/skillparts/system/views/orders/index.php @@ -188,13 +188,13 @@ if ( Год
-
+

-

-
+
diff --git a/mirzaev/skillparts/system/web/css/pages/orders.css b/mirzaev/skillparts/system/web/css/pages/orders.css index 46aa900..9018018 100644 --- a/mirzaev/skillparts/system/web/css/pages/orders.css +++ b/mirzaev/skillparts/system/web/css/pages/orders.css @@ -43,6 +43,8 @@ #page_orders article input[type="date"] { margin-right: -10%; + width: 75%; + text-align: right; font-size: 1rem; outline: none; border: none; @@ -56,3 +58,16 @@ -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 1); box-shadow: 0px 0px 0px 7px rgb(255 255 255); } + +#page_orders article input[type=date]::-webkit-calendar-picker-indicator { + margin-left: 0; + opacity: 0; +} + +#page_orders article input[type=date]::-webkit-datetime-edit { + background-color: red; +} + +#page_orders article input[type=date]::-webkit-datetime-edit-fields-wrapper { + background: silver; +}