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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -