I changed the text color of my menu bar panel to white. It works fine. But now the search-box which is on the same panel has the same imported the white color text. I want to change the text color of search-box to black. How can I do it?
|
|||||||
Adaptavist Theme Builder Powered by Atlassian Confluence |
Comments (2)
Aug 13, 2009
Guy Fraser says:
Try: .atb-menu input { color: #000; } You might need to make your CSS...Try:
.atb-menu input { color: #000; }You might need to make your CSS more specific if it doesn't work.
Aug 13, 2009
Saran K says:
Thanks a lot for your quick reply. It fixed my problem.Thanks a lot for your quick reply. It fixed my problem.