mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fix styling of in-use connections within GroupView.
This commit is contained in:
@@ -294,16 +294,6 @@ div#recent-connections div.connection {
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
.connection .usage {
|
||||
float: right;
|
||||
font-style: italic;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.connection.in-use {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.connection .thumbnail {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
@@ -268,6 +268,24 @@ div.section {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.list-item .usage {
|
||||
float: right;
|
||||
font-style: italic;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.list-item.in-use {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.choice .list-item .usage {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.choice .list-item.in-use {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* List element styling
|
||||
*/
|
||||
|
Reference in New Issue
Block a user