mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1053: Fix styling of connection home pages (when needed).
This commit is contained in:
@@ -164,11 +164,19 @@
|
||||
}
|
||||
|
||||
.user-menu .options li a {
|
||||
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
padding: 0.75em;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1em;
|
||||
background-position: 0.75em center;
|
||||
padding-left: 2.5em;
|
||||
background-image: url('images/protocol-icons/guac-monitor.png');
|
||||
|
||||
}
|
||||
|
||||
.user-menu .options li a:hover {
|
||||
@@ -182,18 +190,6 @@
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
.user-menu .options li a.home,
|
||||
.user-menu .options li a.manage-users,
|
||||
.user-menu .options li a.manage-connections,
|
||||
.user-menu .options li a.manage-sessions,
|
||||
.user-menu .options li a.change-password,
|
||||
.user-menu .options li a.logout {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1em;
|
||||
background-position: 0.75em center;
|
||||
padding-left: 2.5em;
|
||||
}
|
||||
|
||||
.user-menu .options li a[href="#/"] {
|
||||
background-image: url('images/action-icons/guac-home-dark.png');
|
||||
}
|
||||
|
Reference in New Issue
Block a user