Target WebKit Browsers
Here is a quick tip for targeting browsers running on WebKit.
@media screen and (-webkit-min-device-pixel-ratio:0) {
/*Insert WebKit CSS here*/
}
I found this very helpful in one project where I had to override Chrome's default dropdown styling (coupled with -webkit-appearance:none; ) it might just prove a life saver
Written by Nick Aguilos
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#