diff --git a/loginassets/css/style.css b/loginassets/css/style.css index 78fd565..201cedc 100644 --- a/loginassets/css/style.css +++ b/loginassets/css/style.css @@ -247,7 +247,8 @@ input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { - -webkit-appearance: listbox; } + -webkit-appearance: listbox; + appearance: listbox; } textarea { overflow: auto;