None
Problem description:
I want the input field (Background is white by default) to have no background color. Is this possible?
ID:1086679
![]() Dec 15 2012, 11:40 pm
|
|
Code:
None Problem description: I want the input field (Background is white by default) to have no background color. Is this possible? |
![]() Dec 15 2012, 11:59 pm
|
|
I don't think so. If you want it to have the same color as the default color of the window, use #f0f0f0. That is rgb(240,240,240).
|