Allow WebUI sidebar filters to be hidden

This commit is contained in:
Thomas Piccirello
2018-08-22 01:44:25 -04:00
parent adad883eb6
commit fef1ad6083
3 changed files with 55 additions and 18 deletions

View File

@@ -408,6 +408,19 @@ div.formRow {
font-weight: bold;
text-transform: uppercase;
padding-left: 5px;
padding-top: 5px;
display: block;
}
.filterTitle img {
width: 16px;
height: 16px;
margin-bottom: -3px;
padding: 0 5px;
}
.filterTitle img.rotate {
transform: rotate(270deg);
}
ul.filterList {