mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Add checkboxes for multiselect group view.
This commit is contained in:
@@ -251,6 +251,17 @@ div.section {
|
||||
background: #CDA;
|
||||
}
|
||||
|
||||
.choice .list-item {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.choice input[type='checkbox'] {
|
||||
vertical-align: top;
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.disabled .list-item:not(.selected) {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
Reference in New Issue
Block a user