Merge pull request #216 from Icinga/feature/icinga-dark-theme-adjustments

Icinga Dark Theme Adjustments
This commit is contained in:
Johannes Meyer 2021-06-24 10:14:36 +02:00 committed by GitHub
commit 2b3f369729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
.action-list {
> .list-item:hover {
background-color: @gray-lightest;
background-color: fade(@icinga-blue, 5);
cursor: pointer;
}
> .list-item.active {
background-color: fade(@icinga-blue, 10);
background-color: fade(@icinga-blue, 25);
}
&[data-icinga-multiselect-url] * {

View file

@ -7,7 +7,7 @@ form.object-features {
text-align: left;
margin-right: 0;
width: @name-value-table-name-width;
color: @gray;
color: @text-color-light;
label {
font-size: inherit;