Skip to main content
deleted 35 characters in body
Source Link

I just realize something for Mozilla Firefox 19+ that the browser gives an opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #eee; opacity:1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #eee; opacity:1;
}

I overwrite the opacity for 1, so it will be good to go.

I just realize something for Mozilla Firefox 19+ that the browser gives an opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #eee; opacity:1;
}

I overwrite the opacity for 1, so it will be good to go.

I just realize something for Mozilla Firefox 19+ that the browser gives an opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #eee; opacity:1;
}

I overwrite the opacity for 1, so it will be good to go.

Copy edited.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 109
  • 132

I just realize something for Mozilla Firefox 19+ that the Browserbrowser gives an opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #eee; opacity:1;
}

I overwrite the opacity for 1. So, so it will be good to go.

I just realize something for Mozilla Firefox 19+ that the Browser gives opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #eee; opacity:1;
}

I overwrite the opacity for 1. So it will be good to go.

I just realize something for Mozilla Firefox 19+ that the browser gives an opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #eee; opacity:1;
}

I overwrite the opacity for 1, so it will be good to go.

improved formatting
Source Link
Milap
  • 7.2k
  • 8
  • 26
  • 47

I just realize something for Mozilla Firefox 19+ that the Browser gives opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #eee; opacity:1;
}

I overwrite the opacityopacity for 1. So it will be good to go.

I just realize something for Mozilla Firefox 19+ that the Browser gives opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #eee; opacity:1;
}

I overwrite the opacity for 1. So it will be good to go.

I just realize something for Mozilla Firefox 19+ that the Browser gives opacity value for the placeholder, so the color will not be what you really want.

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #eee; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #eee; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #eee; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #eee; opacity:1;
}

I overwrite the opacity for 1. So it will be good to go.

Source Link
Burak Tokak
  • 1.8k
  • 1
  • 20
  • 27
Loading
Post Made Community Wiki by Burak Tokak