mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-742: Remove unnecessary element specificity of login CSS selectors.
This commit is contained in:
@@ -32,14 +32,14 @@
|
|||||||
-webkit-animation: fadein 0.125s linear;
|
-webkit-animation: fadein 0.125s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-ui div.login-dialog-middle {
|
.login-ui .login-dialog-middle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-ui div.login-dialog {
|
.login-ui .login-dialog {
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 3in;
|
max-width: 3in;
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
background-image: url("images/guac-tricolor.png");
|
background-image: url("images/guac-tricolor.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-ui.continuation div.login-dialog {
|
.login-ui.continuation .login-dialog {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
Reference in New Issue
Block a user