GUAC-1126: Add client-specific disconnect action to menu. Style with danger.

This commit is contained in:
Michael Jumper
2015-04-07 22:49:41 -07:00
parent 69374f0818
commit e460fde6ed
9 changed files with 50 additions and 34 deletions

View File

@@ -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');
}