css - input:hover+label override important styles [only IE11 bug] -
look @ code: color: red!important; doesn't work in ie11 [windows 10]. in brauser looks fine, how should be, please check.
input:hover+label { color: green; } label:hover { color: red!important; } <input placeholder="what friends call you?" id="fname" /> <label for="fname">first name</label>
Comments
Post a Comment