View Single Post
  #2  
Old 08-01-2010, 02:35 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Search Bar Background color

It's in the css as the input element.

such as:

#someDiv input {
background-color: white;
border: 1px solid black;
}
__________________
- Shane Munroe
Reply With Quote