.first_input::-webkit-input-placeholder {
color: red;
}
.first_input:-moz-placeholder {
color: red;
}.first_input::-webkit-input-placeholder, .first_input:-moz-placeholder {
color: red;
}Is the double colon :: correct here?
I haven't tried your code - just checking an assumption.
Cheers,
Tom
.first_input::-webkit-input-placeholder {
color: red;
}.unrelated_stuff {border: 1px solid black;
}
.first_input:-moz-placeholder {
color: red;
}.selectorA::-webkit-progress-value, .selectorA::-moz-progress-bar {
background: red;
}
.selectorA::-webkit-progress-value {
background: red
}.selectorA::-moz-progress-bar {
background: red
}
.selectorB .selectorA::-webkit-progress-value, .selectorB .selectorA::-moz-progress-bar {
background: red;
}
--
You received this message because you are subscribed to the Google Groups "closure-stylesheets-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-stylesheets-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.