Browse Source
Push recent changes to clientside version
pull/16/head
Weilbyte
5 years ago
No known key found for this signature in database
GPG Key ID: 26E89B106AF3AE3B
1 changed files with
38 additions and
0 deletions
-
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; |
|
|
|
} |
|
|
|
|
|
|
|
} |