highlight active search filters in green

This commit is contained in:
Oliver Gorwits
2012-01-09 10:58:28 +00:00
parent a0c4c21e61
commit 9e9d408857
3 changed files with 46 additions and 5 deletions

View File

@@ -3,6 +3,15 @@ body {
padding-top: 50px;
}
/* the bootstrap style is only set for input */
/* also make the green a little more bold */
form .clearfix.success select {
border-color: green;
}
form .clearfix.success input {
border-color: green;
}
.well {
margin-right: 15px;
}