You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to customize the style of the input field with type=password , specifically to match the styling of native_textarea. Despite setting various style properties, the background remains white (see password field with white box) and does not change as expected.
Steps Taken:
I have attempted to apply styles directly to the input field, including background color and other CSS properties.
However, the background color is not reflecting the changes, remaining white.
The text was updated successfully, but these errors were encountered:
I'm trying to customize the style of the input field with type=password , specifically to match the styling of native_textarea. Despite setting various style properties, the background remains white (see password field with white box) and does not change as expected.
Steps Taken:
I have attempted to apply styles directly to the input field, including background color and other CSS properties.
However, the background color is not reflecting the changes, remaining white.
The text was updated successfully, but these errors were encountered: