diff --git a/discordDark.css b/discordDark.css
index 61b2d9f1d5df519485891296be3b36d5e7ea37a2..90b97e2b0c5a4b2abf214af7b65bf5181a48964a 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
diff --git a/serverside/style.css b/serverside/style.css
index b9225cabe71cd0adb36ac97506de0851ab556ccd..e10275cbb8fa913c76d4028d01fcd2164e1a2541 100644
--- a/serverside/style.css
+++ b/serverside/style.css
@@ -581,6 +581,11 @@ background:#2c2f33;
 border-width:0!important;
 }
 
+.x-grid-item-alt {
+background:#23272a;
+border-width:0!important;
+}
+
 .x-grid-header-ct {
 background:#2c2f33;
 border-width:0!important;