mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Added current device style.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user