mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +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;
|
padding: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection .usage {
|
|
||||||
float: right;
|
|
||||||
font-style: italic;
|
|
||||||
color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.connection.in-use {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.connection .thumbnail {
|
.connection .thumbnail {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
@@ -268,6 +268,24 @@ div.section {
|
|||||||
margin-left: 0.25em;
|
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
|
* List element styling
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user