For page lines, how do I disable the nav bar search bar from expanding and turning white?
In other words, I want it to turn white but I don't want it to expand out.
Posted 19 January 2013 - 07:18 PM
For page lines, how do I disable the nav bar search bar from expanding and turning white?
In other words, I want it to turn white but I don't want it to expand out.
Posted 20 January 2013 - 11:38 AM
#site .searchform .searchfield:focus {
width: 125px;
}