mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-919: Restore button styling.
This commit is contained in:
@@ -128,6 +128,7 @@ div.login-dialog h1 {
|
|||||||
div.login-dialog .buttons {
|
div.login-dialog .buttons {
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"].login, button.login {
|
input[type="submit"].login, button.login {
|
||||||
|
@@ -33,10 +33,6 @@ input[type=checkbox], input[type=number], input[type=text], input[type=radio], l
|
|||||||
-webkit-tap-highlight-color: rgba(128,192,128,0.5);
|
-webkit-tap-highlight-color: rgba(128,192,128,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit], button, a.button {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.location, input[type=text], input[type=number], input[type=password], textarea {
|
div.location, input[type=text], input[type=number], input[type=password], textarea {
|
||||||
border: 1px solid #777;
|
border: 1px solid #777;
|
||||||
-moz-border-radius: 0.2em;
|
-moz-border-radius: 0.2em;
|
||||||
@@ -61,6 +57,7 @@ textarea {
|
|||||||
|
|
||||||
input[type="submit"], button, a.button {
|
input[type="submit"], button, a.button {
|
||||||
|
|
||||||
|
-webkit-appearance: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
background-color: #3C3C3C;
|
background-color: #3C3C3C;
|
||||||
@@ -113,6 +110,10 @@ button.danger:active, a.button.danger:active {
|
|||||||
background: #932;
|
background: #932;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.button {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
font-family: FreeSans, Helvetica, Arial, sans-serif;
|
font-family: FreeSans, Helvetica, Arial, sans-serif;
|
||||||
@@ -588,14 +589,21 @@ div.logout-panel {
|
|||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.logout, a.button {
|
.button.logout, .button.manage, .button.back {
|
||||||
|
|
||||||
background-image: url('images/action-icons/guac-logout.png');
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 1em;
|
background-size: 1em;
|
||||||
background-position: 0.5em 0.45em;
|
background-position: 0.5em 0.45em;
|
||||||
|
|
||||||
padding-left: 1.8em;
|
padding-left: 1.8em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button.logout {
|
||||||
|
background-image: url('images/action-icons/guac-logout.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.button.manage {
|
||||||
|
background-image: url('images/action-icons/guac-config.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.button.back {
|
||||||
|
background-image: url('images/action-icons/guac-back.png');
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user