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