mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1126: Use round, red "x" button for disconnect.
This commit is contained in:
@@ -83,19 +83,33 @@
|
|||||||
|
|
||||||
.menu-content .header button.close {
|
.menu-content .header button.close {
|
||||||
|
|
||||||
margin: 0;
|
margin: 0 0.75em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-width: 3em;
|
width: 1.5em;
|
||||||
|
height: 1.5em;
|
||||||
border: none;
|
min-width: 0;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: none;
|
-moz-border-radius: 1.5em;
|
||||||
|
-webkit-border-radius: 1.5em;
|
||||||
|
-khtml-border-radius: 1.5em;
|
||||||
|
border-radius: 1.5em;
|
||||||
|
|
||||||
background-image: url('images/x.png');
|
-moz-background-size: 0.75em;
|
||||||
background-size: 1em;
|
-webkit-background-size: 0.75em;
|
||||||
|
-khtml-background-size: 0.75em;
|
||||||
|
background-size: 0.75em;
|
||||||
|
|
||||||
|
background-image: url('images/x-shadow.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
|
vertical-align: middle;
|
||||||
|
-ms-flex-align-self: center;
|
||||||
|
-moz-align-self: center;
|
||||||
|
-webkit-align-self: center;
|
||||||
|
align-self: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-body {
|
.menu-body {
|
||||||
|
@@ -59,7 +59,7 @@
|
|||||||
<!-- Stationary header -->
|
<!-- Stationary header -->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h2>{{client.name}}</h2>
|
<h2>{{client.name}}</h2>
|
||||||
<button class="close" ng-click="disconnect()"></button>
|
<button class="close danger" ng-click="disconnect()" title="{{'CLIENT.ACTION_DISCONNECT' | translate}}"></button>
|
||||||
<guac-user-menu></guac-user-menu>
|
<guac-user-menu></guac-user-menu>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
BIN
guacamole/src/main/webapp/images/x-shadow.png
Normal file
BIN
guacamole/src/main/webapp/images/x-shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 839 B |
Binary file not shown.
Before Width: | Height: | Size: 512 B |
Reference in New Issue
Block a user