Browse Source

Additional icons

pull/5/head
Weilbyte 5 years ago
parent
commit
88d52a9120
No known key found for this signature in database GPG Key ID: 26E89B106AF3AE3B
  1. BIN
      images/dd_icon-cloud.png
  2. BIN
      images/dd_icon-pci.png
  3. BIN
      images/dd_icon-serial.png
  4. BIN
      images/dd_icon-usb.png
  5. 4
      serverside/ddInstall.sh
  6. 20
      serverside/style.css

BIN
images/dd_icon-cloud.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
images/dd_icon-pci.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

BIN
images/dd_icon-serial.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
images/dd_icon-usb.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

4
serverside/ddInstall.sh

@ -34,6 +34,10 @@ wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-swap.p
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cd.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-display.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-network.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-cloud.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-serial.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-usb.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_icon-pci.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_logo.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_mini-bottom.png &> /dev/null
wget https://github.com/Weilbyte/PVEDiscordDark/raw/master/images/dd_mini-top.png &> /dev/null

20
serverside/style.css

@ -18,8 +18,8 @@ background:#fff;
.x-form-item-body.x-form-item-body-default.x-form-display-field-body.x-form-display-field-body-default {
border-radius: 6px;
border: 1px solid #faa61a;
background-color: #faa61a;
border: 1px solid #faa81a25;
background-color: #faa81ada;
padding: 2px;
font-size: 14px;
}
@ -739,6 +739,22 @@ background-image: url(/pve2/images/dd_icon-cd.png);
background-image: url(/pve2/images/dd_icon-network.png);
}
.pve-itype-icon-pci {
background-image: url(/pve2/images/dd_icon-pci.png);
}
.pve-itype-icon-usb {
background-image: url(/pve2/images/dd_icon-usb.png);
}
.pve-itype-icon-serial {
background-image: url(/pve2/images/dd_icon-serial.png);
}
.pve-itype-icon-cloud {
background-image: url(/pve2/images/dd_icon-cloud.png);
}
.fa-fw.x-grid-icon-custom.fa.fa-database {
color:#7289da;
}

Loading…
Cancel
Save