Improved, stylish protocol icons.

This commit is contained in:
Michael Jumper
2012-11-04 10:51:53 -08:00
parent dce952b7eb
commit 68b53e0c08
4 changed files with 11 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

View File

@@ -333,11 +333,20 @@ div#other-connections .connection {
.protocol .icon {
width: 24px;
height: 24px;
background-image: url('../images/protocol-icons/tango/video-display.png');
background-image: url('../images/protocol-icons/guac-plug.png');
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.5;
}
.protocol .icon.ssh {
background-image: url('../images/protocol-icons/tango/terminal.png');
background-image: url('../images/protocol-icons/guac-text.png');
}
.protocol .icon.vnc,
.protocol .icon.rdp {
background-image: url('../images/protocol-icons/guac-monitor.png');
}
div#recent-connections .protocol {