/ Published in: CSS
Expand |
Embed | Plain Text
@media screen and (-webkit-min-device-pixel-ratio:0) { select.gfx{ background-color:#FFF; background-image:none; border:1px #CCC solid; padding:0; } }
You need to login to post a comment.
mrra on 03/25/10
1 person have marked this snippet as a favorite
@media screen and (-webkit-min-device-pixel-ratio:0) { select.gfx{ background-color:#FFF; background-image:none; border:1px #CCC solid; padding:0; } }
You need to login to post a comment.