Problem with styling of placeholders
-
Hi,
I have a problem with the styling of CF7 placeholders. I want to style all placeholders in the same color. Lets say: red. I have code, that works perfectly in Chrome, but in Firefox some placeholders are nor red, they have a kind of layer on them that makes them rather pink. Maybe it is also some opacity, I do not know.The main problem is, that no codeinspector (neither Firebug nor the built in inspector) shows where the light-red (pink) color comes from. I even gave classes to each field to target the fields more easily, but it does not change nothing. Here is some of my code:
input[type="text"], input[type="email"], textarea, .cf7_myclass, ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder, placeholder { color:red !important; }
Does anybody know what is the problem?
Thanks!
rabox
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem with styling of placeholders’ is closed to new replies.