mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 23:47:42 +00:00
GUAC-973: Replace back button with home button where necessary.
This commit is contained in:
@@ -73,7 +73,7 @@ button.danger:active, a.button.danger:active {
|
||||
background: #932;
|
||||
}
|
||||
|
||||
.button.logout, .button.manage, .button.back {
|
||||
.button.logout, .button.manage, .button.back, .button.home {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1em;
|
||||
background-position: 0.5em 0.45em;
|
||||
@@ -91,3 +91,7 @@ button.danger:active, a.button.danger:active {
|
||||
.button.back {
|
||||
background-image: url('images/action-icons/guac-back.png');
|
||||
}
|
||||
|
||||
.button.home {
|
||||
background-image: url('images/action-icons/guac-home.png');
|
||||
}
|
||||
|
Reference in New Issue
Block a user