Apply css on required input field -


i want styling on default required oninvalid="this.setcustomvalidity('please enter drug name')" shown below.

<code>default</code>

to this.

<code>sample</code>

is possible that? nice

css sample picture:

width: 100%; background: #1a1a1d; position: relative; color: #fff; min-width: 120px; font-size: 11px; border: 1px solid #000000; padding: 4px 10px 4px 10px; text-shadow: 0px 1px 0px #111; 


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -