In the browser, where to find styles -webkit-input-placeholder? I just don’t understand where they overlap ... In other browsers, it is displayed normally.
1 answer
You must use the following selector to apply the style to the placeholder of any input[placeholder] { тут ваш набор стилей; } : input[placeholder] { тут ваш набор стилей; } input[placeholder] { тут ваш набор стилей; }
If there are several inputs, you can change the placeholder style through the classes: .class-name[placeholder] { /* тут ваш набор стилей */}
|
-webkit-input-placeholder. - NNN