I want to do styling on the default required oninvalid="this.setCustomValidity('Please enter Drug Name')"
shown below.
to something like this.
Is it possible to do that? Any help would be nice
css for the 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;