changed inverse label color - category count

This commit is contained in:
GilbN 2019-08-11 13:51:13 +02:00 committed by GitHub
parent 7b457efa71
commit 99e936aedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,9 @@ html {
} }
#side-menu li a.active { #side-menu li a.active {
box-shadow: inset 4px 0 0 0 var(--link-color); box-shadow: inset 4px 0 0 0 var(--link-color);
}
.label-inverse {
background: var(--custom-buttons-color);
} }
/*input form control dropdown*/ /*input form control dropdown*/
.form-control, select { .form-control, select {