mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Improved, stylish protocol icons.
This commit is contained in:
BIN
guacamole/src/main/webapp/images/protocol-icons/guac-monitor.png
Normal file
BIN
guacamole/src/main/webapp/images/protocol-icons/guac-monitor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 691 B |
BIN
guacamole/src/main/webapp/images/protocol-icons/guac-plug.png
Normal file
BIN
guacamole/src/main/webapp/images/protocol-icons/guac-plug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 727 B |
BIN
guacamole/src/main/webapp/images/protocol-icons/guac-text.png
Normal file
BIN
guacamole/src/main/webapp/images/protocol-icons/guac-text.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 792 B |
@@ -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 {
|
||||
|
Reference in New Issue
Block a user