Browse Source

Added new icons and improved old ones

pull/5/head
Weilbyte 5 years ago
parent
commit
639cc8c599
No known key found for this signature in database GPG Key ID: 26E89B106AF3AE3B
  1. BIN
      images/dd_icon-cd.png
  2. BIN
      images/dd_icon-cpu.png
  3. BIN
      images/dd_icon-display.png
  4. BIN
      images/dd_icon-hdd.png
  5. BIN
      images/dd_icon-network.png
  6. BIN
      images/dd_icon-ram.png
  7. BIN
      images/dd_icon-swap.png
  8. 12
      serverside/style.css

BIN
images/dd_icon-cd.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

BIN
images/dd_icon-cpu.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 212 B

BIN
images/dd_icon-display.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

BIN
images/dd_icon-hdd.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 352 B

BIN
images/dd_icon-network.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

BIN
images/dd_icon-ram.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 168 B

BIN
images/dd_icon-swap.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 393 B

12
serverside/style.css

@ -715,6 +715,18 @@ background-image:url(/pve2/images/dd_icon-hdd.png);
background-image:url(/pve2/images/dd_icon-swap.png);
}
.pve-itype-icon-display {
background-image: url(/pve2/images/dd_icon-display.png);
}
.pve-itype-icon-cdrom {
background-image: url(/pve2/images/dd_icon-cd.png);
}
.pve-itype-icon-network {
background-image: url(/pve2/images/dd_icon-network.png);
}
.fa-fw.x-grid-icon-custom.fa.fa-database {
color:#7289da;
}

Loading…
Cancel
Save