diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss index d4dc316..c045cf4 100644 --- a/src/proxmox-dark/scss/other/_icons.scss +++ b/src/proxmox-dark/scss/other/_icons.scss @@ -104,6 +104,9 @@ } // pbs show task log in longest task list column +.fa.black, +.fa.black::after, +.fa.black::before, .x-action-col-icon.fa-chevron-right::before { filter: none; } @@ -222,6 +225,12 @@ } } +// set icon color of intentional black icons (e.g.: pencil icon for +// quickly changing the ACME account) +.fa.black { + color: $icon-color; +} + // The usage icons dynamically displaying how full a storage is .usage-wrapper { border: 1px solid $icon-color;