Browse Source
changed inverse label color - category count
pull/16/head
GilbN
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
CSS/themes/organizr/organizr-base.css
|
@ -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 { |
|
|