1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

new org settings side nav fixes

This commit is contained in:
gilbn 2021-08-20 18:40:16 +02:00
parent 4fc7634ee8
commit 83890ffca6

View File

@ -1623,6 +1623,29 @@ a:hover,
border: 1px solid rgb(var(--accent-color));
}
/* Apparance side menu*/
.tabs-vertical li.active a,
.tabs-vertical li.active a:focus,
.tabs-vertical li.active a:hover {
background: rgba(var(--accent-color), .15) !important;
}
.customvtab .tabs-vertical li.active a,
.customvtab .tabs-vertical li.active a:focus,
.customvtab .tabs-vertical li.active a:hover {
border-right: 2px solid rgb(var(--accent-color));
color: var(--text-hover)
}
.vtabs .tabs-vertical li a {
color: var(--text);
}
.vtabs .nav>li>a:focus,
.vtabs .nav>li>a:hover {
background-color: rgba(var(--accent-color), .15);
}
/* THEME PARK CUSTOM END*/
html {