mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Gray out connections that are in-use.
This commit is contained in:
@@ -299,6 +299,10 @@ div#recent-connections div.connection {
|
|||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.connection.in-use {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
.connection .thumbnail {
|
.connection .thumbnail {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user