mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-932: Fix button style.
This commit is contained in:
@@ -20,13 +20,17 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
a.button {
|
||||||
|
cursor: default;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="submit"], button, a.button {
|
input[type="submit"], button, a.button {
|
||||||
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
background-color: #3C3C3C;
|
background-color: #3C3C3C;
|
||||||
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
@@ -39,7 +43,6 @@ input[type="submit"], button, a.button {
|
|||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
|
|
||||||
border-bottom: rgba(0, 0, 0, 0.25);
|
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -70,10 +73,6 @@ button.danger:active, a.button.danger:active {
|
|||||||
background: #932;
|
background: #932;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.logout, .button.manage, .button.back {
|
.button.logout, .button.manage, .button.back {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 1em;
|
background-size: 1em;
|
||||||
|
Reference in New Issue
Block a user