added color on active tab on sidebar

This commit is contained in:
gilbN 2019-06-20 00:24:03 +02:00
parent b02db94456
commit 961fc85ed2

View File

@ -73,6 +73,9 @@ html {
color: #fff;
background: rgba(255,255,255,.08)!important;
}
#side-menu li a.active {
box-shadow: inset 4px 0 0 0 var(--link-color);
}
/*input form control dropdown*/
.form-control, select {
background: rgba(0,0,0,.25);