Device List now properly sorts by status.

This commit is contained in:
Gunther Brunner
2014-05-29 01:40:30 +09:00
parent 0901a1a5f7
commit cb6c7a1b5c
5 changed files with 62 additions and 51 deletions

View File

@@ -107,6 +107,10 @@ ul.devices-icon-view .device-is-busy {
cursor: not-allowed;
}
ul.devices-icon-view .device-is-busy .btn {
cursor: not-allowed;
}
ul.devices-icon-view .device-is-busy .device-photo-small img {
opacity: 0.5;
}