mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Add basic styling for groups.
This commit is contained in:
@@ -305,6 +305,30 @@ div.section {
|
||||
background-image: url('../images/protocol-icons/guac-monitor.png');
|
||||
}
|
||||
|
||||
/*
|
||||
* Groups
|
||||
*/
|
||||
|
||||
.group > .children {
|
||||
margin-left: 13px;
|
||||
padding-left: 6px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.group.expanded > .children {
|
||||
display: block;
|
||||
border-left: 1px dotted rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.group > .caption .icon.group {
|
||||
opacity: 0.75;
|
||||
background-image: url('../images/group-icons/guac-closed.png');
|
||||
}
|
||||
|
||||
.group.expanded > .caption .icon.group {
|
||||
background-image: url('../images/group-icons/guac-open.png');
|
||||
}
|
||||
|
||||
/*
|
||||
* Settings formatting
|
||||
*/
|
||||
|
Reference in New Issue
Block a user