Saturday, 15 August 2015

css3 - Is there a way to give CSS to all Placeholders in sencha touch application -



css3 - Is there a way to give CSS to all Placeholders in sencha touch application -

i struggling find way give css placeholders in application,

i have tried following:

.customfield input::-webkit-input-placeholder { color: #2e4bc5; } .x-text-field input::webkit-input-placeholder{ color :#2e4bc5 }

any help appreciated.

try this:

.customfield .x-input-el::-webkit-input-placeholder { color: #2e4bc5; }

css3 sencha-touch-2.3

No comments:

Post a Comment