Cryptaline Active member Aug 20, 2012 #1 Can not find already existed property to change the color of the thread title tip. Will apreciate any help
Can not find already existed property to change the color of the thread title tip. Will apreciate any help
Cryptaline Active member Aug 22, 2012 #2 a lil bump for this, still need any idea which property for disabled text in forms need to add/edit to add your own color inside Upvote 0 Downvote
a lil bump for this, still need any idea which property for disabled text in forms need to add/edit to add your own color inside
RobinHood Well-known member Aug 22, 2012 #3 Style Properties -> Forms -> Text Control Placeholder Text Upvote 0 Downvote
Cryptaline Active member Aug 22, 2012 #4 Nope, smth wrong I ve already tried this one. I mean i ve tried all existed properties, i think i missing some css properties need to figure it out. Upvote 0 Downvote
Nope, smth wrong I ve already tried this one. I mean i ve tried all existed properties, i think i missing some css properties need to figure it out.
RobinHood Well-known member Aug 22, 2012 #5 That works for me, I tested it on my forum. Are you overriding it in your extra.css or something? The following works in extra.css, but only in Chrome and FF I think, which isn't ideal as it would still be illegible to IE users. Code: #ctrl_title_thread_create::-webkit-input-placeholder { color: red; } #ctrl_title_thread_create:-moz-placeholder { color: red; } CSS Tricks Upvote 0 Downvote
That works for me, I tested it on my forum. Are you overriding it in your extra.css or something? The following works in extra.css, but only in Chrome and FF I think, which isn't ideal as it would still be illegible to IE users. Code: #ctrl_title_thread_create::-webkit-input-placeholder { color: red; } #ctrl_title_thread_create:-moz-placeholder { color: red; } CSS Tricks
M MagnusB Well-known member Aug 22, 2012 #6 On my style the font color is controlled by the property Forms -> Text control This controls the color of the class textCtrl Upvote 0 Downvote
On my style the font color is controlled by the property Forms -> Text control This controls the color of the class textCtrl
Cryptaline Active member Aug 22, 2012 #7 Eh, probably i ve deleted some properties Will figure it out later. Upvote 0 Downvote