How to change the bg color of quick reply box?

rated_R_ at 01h12
05
Dec
2011
My default font color is too light to view in white bg of quick reply box. I would like to change the background color of quick reply box but how?
My forum address is http://aoknewskool.forumakers.com/
1 Nera., on 05/12/2011 at 08h13
Hi,

Add this to CSS. hnage the color to the one you want:

Code:
textarea.inputbox {
    background: red !important;
}
2 rated_R_, on 08/12/2011 at 08h40
Nera. wrote:Hi,

Add this to CSS. hnage the color to the one you want:

Code:
textarea.inputbox {
    background: red !important;
}


Didn't work Sad
3 Nera., on 08/12/2011 at 10h18
Try this one:

Code:
form#quick_reply #textarea_content textarea#text_editor_textarea {
    background: red !important;
}
4 rated_R_, on 08/12/2011 at 10h51
Thanks
Nera. wrote:Try this one:

Code:
form#quick_reply #textarea_content textarea#text_editor_textarea {
    background: red !important;
}
5 Nera., on 08/12/2011 at 10h52
Welcome.

Topic Solved & Locked
Similar topics
Above the quick reply box (and to the left) is the text "Quick Reply:" with a line under it. I want to change to color from light blue to a darker color. Can someone isolate the area of CSS that does this?
is there way to change quick reply rounded corners http://funx.4umer.com
I know that I can change the full editor from the "posting_body" template which is inside the "Post & Private Messages" category But how can I change the quick reply editor from templates ? I cannot find any template... The
See also
more_less
Informations

5 Replies For the topic :
"How to change the bg color of quick reply box?"

This topic has been viewed 688 times.

Last message :
05/12/2011 at 01h12 by "rated_R_"