diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index 293b45680..3cb6c1fd8 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -140,6 +140,7 @@ input:not([type]), input[type="text"], input[type="number"], input[type="password"], +input[type="datetime-local"], textarea.form-control, textarea, .tn-input-field { @@ -155,6 +156,7 @@ input:not([type]):hover, input[type="text"]:hover, input[type="number"]:hover, input[type="password"]:hover, +input[type="datetime-local"]:hover, textarea.form-control:hover, textarea:hover, .tn-input-field:hover { @@ -166,6 +168,7 @@ input:not([type]):focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, +input[type="datetime-local"]:focus, textarea.form-control:focus, textarea:focus, .tn-input-field:focus,