GUAC-1133: Add session placeholder.

This commit is contained in:
Michael Jumper
2015-03-19 14:38:23 -07:00
parent 292b01d475
commit ed3ee60cc5
6 changed files with 20 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
border-collapse: collapse;
}
.manage table.session-list tbody tr:hover {
.manage table.session-list tr.session:hover {
background: #CDA;
}