From bae6cfde6740f1deed06ce09bf19b078230074f1 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Thu, 26 Mar 2020 23:32:33 +0100 Subject: [PATCH] Push recent changes to clientside version --- discordDark.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/discordDark.css b/discordDark.css index 61b2d9f..90b97e2 100644 --- a/discordDark.css +++ b/discordDark.css @@ -404,6 +404,34 @@ background-image:url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/image background-image:url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-swap.png) } +.pve-itype-icon-display, .x-grid-row-console { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-display.png); +} + +.pve-itype-icon-cdrom { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cd.png); +} + +.pve-itype-icon-network { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-network.png); +} + +.pve-itype-icon-pci { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-pci.png); +} + +.pve-itype-icon-usb { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-usb.png); +} + +.pve-itype-icon-serial { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-serial.png); +} + +.pve-itype-icon-cloud { +background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cloud.png); +} + .fa-fw.x-grid-icon-custom.fa.fa-database,.fa-fw.x-grid-icon-custom.fa.fa-desktop,.fa-fw.x-grid-icon-custom.fa.fa-cube { color:#7289da } @@ -440,4 +468,14 @@ text-shadow:0 0 0 #2c2f33 filter: invert(100%); } +.x-grid-row-loading { + background-image: url(https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_loading.svg); + background-size: 32px; +} + +.x-grid-item-alt { +background:#23272a; +border-width:0!important; } + +} \ No newline at end of file