mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
Render group selector as dropdown menu.
This commit is contained in:
@@ -195,6 +195,36 @@ div.section {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dialog td {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dialog .overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.dialog .dropdown {
|
||||
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
margin-top: -1px;
|
||||
|
||||
width: 3in;
|
||||
max-height: 5in;
|
||||
overflow: auto;
|
||||
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
background: white;
|
||||
|
||||
font-size: 10pt;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* List elements
|
||||
*/
|
||||
|
Reference in New Issue
Block a user