mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1053: Split listing of page links from guacUserMenu into guacPageList.
This commit is contained in:
@@ -139,8 +139,6 @@
|
||||
top: 100%;
|
||||
right: 0;
|
||||
left: -1px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
background: #EEE;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
|
||||
@@ -151,6 +149,11 @@
|
||||
|
||||
}
|
||||
|
||||
.user-menu .options ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.user-menu .user-menu-dropdown.open .options {
|
||||
visibility: visible;
|
||||
}
|
||||
@@ -172,8 +175,8 @@
|
||||
background-color: #CDA;
|
||||
}
|
||||
|
||||
.user-menu .options li a.disabled,
|
||||
.user-menu .options li a.disabled:hover {
|
||||
.user-menu .options li a.current,
|
||||
.user-menu .options li a.current:hover {
|
||||
background-color: transparent;
|
||||
cursor: default;
|
||||
opacity: 0.25;
|
||||
|
Reference in New Issue
Block a user