mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Switch to ID-based style for button.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<input type="submit" name="login" class="login" id="login" value="Login"/>
|
<input type="submit" name="login" id="login" value="Login"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@@ -146,7 +146,7 @@ div#login-dialog #buttons {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"].login, button.login {
|
input[type="submit"]#login, button#login {
|
||||||
|
|
||||||
background-image: url('../images/guacamole-logo-64.png');
|
background-image: url('../images/guacamole-logo-64.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Reference in New Issue
Block a user