Fix placeholder color on webkit.
This commit is contained in:
parent
6756ab61d9
commit
739b7e5c66
@ -2363,7 +2363,7 @@
|
||||
overflow: hidden;\
|
||||
}\
|
||||
/* 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;\
|
||||
}\
|
||||
#qr input:-moz-placeholder {\
|
||||
|
||||
@ -1867,7 +1867,7 @@ main =
|
||||
overflow: hidden;
|
||||
}
|
||||
/* 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;
|
||||
}
|
||||
#qr input:-moz-placeholder {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user