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;