View Single Post
  #5  
Old 08-12-2009, 11:53 PM
  camble's Avatar 
camble camble is offline
 

Member
  
Join Date: Aug 2009
Posts: 14
 

Default Re: White text in input boxes = invisible ????

Quote:
Originally Posted by Tal
You can change both the color of the text and the background of the input box.
Amy might have it right, but the css I have for it:

Code:
input, textarea, button { background: #424242 none repeat scroll 0 0; border: 1px solid #313131; color: #C3BFD2; }

Keep in mind, the button part changes the button color too.
Change the background, border and color.


The login boxes may have another css select as well.

Fantastic thank you!

How do I do the same for the dropdown menus too please?

Thank you very much guys/girls
__________________
Version 4.2.2
Reply With Quote