Weilbyte
5 years ago
No known key found for this signature in database
GPG Key ID: 26E89B106AF3AE3B
6 changed files with
22 additions and
2 deletions
-
BIN
images/dd_icon-cloud.png
-
BIN
images/dd_icon-pci.png
-
BIN
images/dd_icon-serial.png
-
BIN
images/dd_icon-usb.png
-
serverside/ddInstall.sh
-
serverside/style.css
Width:
|
Height:
|
Size: 42 KiB
|
Width:
|
Height:
|
Size: 191 B
|
Width:
|
Height:
|
Size: 68 KiB
|
Width:
|
Height:
|
Size: 309 B
|
|
|
@ -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 |
|
|
|
|
|
@ -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; |
|
|
|
} |
|
|
|