mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUAC-1126: Add client-specific disconnect action to menu. Style with danger.
This commit is contained in:
@@ -117,4 +117,12 @@ body.client {
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.client .user-menu .options li a.disconnect {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1em;
|
||||
background-position: 0.75em center;
|
||||
padding-left: 2.5em;
|
||||
background-image: url('images/x.png');
|
||||
}
|
||||
|
Reference in New Issue
Block a user