From b80b887a119387ed205ad12f834f39ce25e14a3e Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Wed, 28 Jul 2021 13:41:21 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BA=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4=D0=B0=D1=80?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirzaev/skillparts/system/views/orders/index.php | 4 ++-- .../skillparts/system/web/css/pages/orders.css | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) 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; +}