Fix placeholder color on webkit.

This commit is contained in:
Nicolas Stepien 2011-05-08 14:44:43 +02:00
parent 6756ab61d9
commit 739b7e5c66
2 changed files with 2 additions and 2 deletions

View File

@ -2363,7 +2363,7 @@
overflow: hidden;\ overflow: hidden;\
}\ }\
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\ /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\
#qr input:-webkit-input-placeholder {\ #qr input::-webkit-input-placeholder {\
color: grey;\ color: grey;\
}\ }\
#qr input:-moz-placeholder {\ #qr input:-moz-placeholder {\

View File

@ -1867,7 +1867,7 @@ main =
overflow: hidden; overflow: hidden;
} }
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */ /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
#qr input:-webkit-input-placeholder { #qr input::-webkit-input-placeholder {
color: grey; color: grey;
} }
#qr input:-moz-placeholder { #qr input:-moz-placeholder {