I'm having a problem with my font color in safari browser on mac book, iphone and ipad. The disable element turn into gray and I want it to retain its original color black. The result in firefox and chrome are okay.
This is my css code:
input[disabled], textarea[disabled],
select[disabled='disabled']{
color: #000000 !important;
}
I also tried using color name but he result is the same.
Thanks for your help!