From 61ef48119f0cd36ea50a2f0dd4010b7ceae42287 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 11 Dec 2023 22:17:47 +0100 Subject: [PATCH] Apply default input rules to `time` and `datetime-local` elements. --- platypush/backend/http/webapp/src/style/inputs.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platypush/backend/http/webapp/src/style/inputs.scss b/platypush/backend/http/webapp/src/style/inputs.scss index 2dae5b94..10f791c5 100644 --- a/platypush/backend/http/webapp/src/style/inputs.scss +++ b/platypush/backend/http/webapp/src/style/inputs.scss @@ -8,6 +8,8 @@ input[type=text], input[type=password], input[type=search], +input[type=time], +input[type=datetime-local], input[type=number] { border: $default-border-2; border-radius: .5em;