Gray out connections that are in-use.

This commit is contained in:
Michael Jumper
2013-03-03 16:43:41 -08:00
parent df1bf63525
commit 170ffed02a

View File

@@ -299,6 +299,10 @@ div#recent-connections div.connection {
color: gray;
}
.connection.in-use {
opacity: 0.5;
}
.connection .thumbnail {
margin: 0.5em;
}