diff --git a/src/app/components/inputtext/inputtext.css b/src/app/components/inputtext/inputtext.css index 488b5fa42a6..c17a47137bc 100644 --- a/src/app/components/inputtext/inputtext.css +++ b/src/app/components/inputtext/inputtext.css @@ -95,14 +95,10 @@ } .ui-float-label > input:focus ~ label, +.ui-float-label > input:-webkit-autofill ~ label, .ui-float-label > input.ui-state-filled ~ label, .ui-float-label > .ui-inputwrapper-focus ~ label, .ui-float-label > .ui-inputwrapper-filled ~ label { top:-.75em; font-size:12px; } - -.ui-float-label > .input:-webkit-autofill ~ label { - top:-20px; - font-size:12px; -} \ No newline at end of file