mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-05 06:43:08 -04:00
Merge pull request #216 from Icinga/feature/icinga-dark-theme-adjustments
Icinga Dark Theme Adjustments
This commit is contained in:
commit
2b3f369729
2 changed files with 3 additions and 3 deletions
|
|
@ -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] * {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue