Added current device style.

This commit is contained in:
Gunther Brunner
2014-04-08 18:54:37 +09:00
parent c6a34713f0
commit c91fb302a0
3 changed files with 13 additions and 5 deletions

View File

@@ -58,12 +58,12 @@ device-screen textarea {
}
.stf-device-control .kick-device {
color: gray;
color: #9c9c9c;
margin-left: 25px;
}
.stf-device-control .kick-device:hover {
color: red;
color: #d9534f;
}
.stf-device-control .kick-device i {
@@ -109,6 +109,14 @@ device-screen textarea {
color: #858585;
}
.stf-device-control .stf-vnc-device-name .device-small-image {
margin-left: 10px;
}
.stf-device-control .current-device {
font-weight: bold;
}
.stf-vnc-navbar {
background: #fff;
margin-bottom: 2px;