Use light gray color for device-not-using class instead of opacity

This commit is contained in:
Vishal Banthia
2015-11-14 20:13:05 +09:00
parent 3f32cee984
commit d3c8d3d0f6

View File

@@ -9,6 +9,10 @@
}
.stf-device-list .device-not-usable {
color: #bbb
}
.stf-device-list .device-not-usable img {
opacity: 0.8;
}