diff --git a/PVEDiscordDark/sass/special/_icons.sass b/PVEDiscordDark/sass/special/_icons.sass index 651f195..77f2bf6 100644 --- a/PVEDiscordDark/sass/special/_icons.sass +++ b/PVEDiscordDark/sass/special/_icons.sass @@ -27,7 +27,6 @@ height: 16px top: 50% // content: url('/pve2/images/dd_icon-cd.png') - .pve-itype-icon-network background-image: url('/pve2/images/dd_icon-network.png') @@ -84,18 +83,26 @@ .fa-fw.x-grid-icon-custom.fa &.fa-database - color: $blurple + color: $lightGray + &.available + color: $blurple &.fa-desktop color: $blurple + &.stopped + color: $lightGray &.fa-cube color: $blurple + &.stopped + color: $lightGray &.fa-file-o &:before color: rgba($blurple, 0.6) &:after - color: $blurple + color: $lightGray background: transparent text-shadow: none + &.fa-tags + color: $lightGray .lxc:after background: transparent !important @@ -114,4 +121,4 @@ background-image: url('/pve2/images/dd_icon-sdn.svg') .fa-th:before, .fa-crosshairs:before - color: white \ No newline at end of file + color: white