diff --git a/PVEDiscordDark/sass/x/_tree.sass b/PVEDiscordDark/sass/x/_tree.sass index 8eb1a79..6eda2b5 100644 --- a/PVEDiscordDark/sass/x/_tree.sass +++ b/PVEDiscordDark/sass/x/_tree.sass @@ -31,25 +31,29 @@ color: $blurple !important &.x-tree-icon-leaf.fa &.fa-cube - color: $blurple !important + color: $lightGray !important &.running color: $blurple !important &.fa-fw.fa-unlock color: white &.fa-desktop color: $blurple !important + &.stopped + color: $lightGray !important &.fa-database color: $blurple !important &.fa-file-o &:before color: rgba($blurple, 0.6) &:after - color: $blurple + color: $lightGray background: transparent text-shadow: none &.fa-building.online &:before color: $blurple + &.fa-tags + color: $lightGray !important &.lock-migrate:after color: $yellow