fix some schema issues
This commit is contained in:
parent
4668f36ddd
commit
064464a553
@ -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 {
|
||||
|
@ -198,11 +198,15 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.group-selected, .fileas-selected, .categories-selected, .search-selected, .active {
|
||||
.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
|
||||
color: #000 !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
@ -259,11 +259,15 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
||||
background-color: #143D12;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #143D12;
|
||||
}
|
||||
|
||||
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.group-selected, .fileas-selected, .categories-selected, .search-selected, .active {
|
||||
.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
|
||||
color: #50f148 !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
@ -237,11 +237,15 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
||||
background-color: #030303;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #030303;
|
||||
}
|
||||
|
||||
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.group-selected, .fileas-selected, .categories-selected, .search-selected, .active {
|
||||
.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
|
||||
color: #fff !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user