0

Made searchbox text gray if inactive

This commit is contained in:
Andrew Chin
2011-08-05 09:18:14 -04:00
parent f34bafdee0
commit f5399b78cc
2 changed files with 23 additions and 12 deletions

View File

@@ -114,6 +114,14 @@ body {
background-colour: #fff;
}
#searchControl>input.inactive {
color: #ccc;
}
#searchControl>input.active {
color: #000;
}
div#searchDropDown {
border: 1px solid #000;
width: 17em;