Browse Source

Merge pull request #16 from Weilbyte/develop

Fix #13, merge changes with clientside version
pull/18/head
Weilbyte 5 years ago
committed by GitHub
parent
commit
224f34c84d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 38
      discordDark.css
  2. 5
      serverside/style.css

38
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;
}
}

5
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;

Loading…
Cancel
Save