fix some schema issues

This commit is contained in:
Mario Vavti
2017-11-12 20:18:18 +01:00
parent 4668f36ddd
commit 064464a553
4 changed files with 21 additions and 5 deletions

View File

@@ -301,9 +301,13 @@ a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
}
.group-selected, .fileas-selected, .categories-selected, .search-selected, .active {
.list-group-item {
background-color: #222;
}
.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
color: #fff !important;
text-decoration: underline !important;
text-decoration: none !important;
}
.generic-content-wrapper-styled {