- Web UI: Display selected filter as selected

This commit is contained in:
Christophe Dumez
2009-11-23 13:56:10 +00:00
parent 34ba69e319
commit a83744289f
4 changed files with 23 additions and 7 deletions

View File

@@ -130,7 +130,12 @@ hr {
list-style-type: none;
}
#Filters ul li {
margin-left: -16px;
}
#Filters ul img {
padding-left: 4px;
padding-right: 2px;
margin-top: 2px;
}
@@ -139,3 +144,7 @@ hr {
vertical-align: top;
}
.selectedFilter {
background-color: #354158;
color: #000;
}