mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
74 lines
1.2 KiB
CSS
74 lines
1.2 KiB
CSS
.device-list {
|
|
color: deepskyblue;
|
|
}
|
|
|
|
.stf-device-list .filtering-buttons {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 20px;
|
|
}
|
|
|
|
.stf-device-list .device-not-usable {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.stf-device-list .device-not-usable .btn {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.stf-device-list .devices-not-available {
|
|
background: #f6f6f6;
|
|
}
|
|
|
|
.stf-device-list .line {
|
|
height: 1px;
|
|
width: 100%;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
margin: 0;
|
|
}
|
|
|
|
.stf-device-list .device-status {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
img.device-icon-smallest {
|
|
width: 12px;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.stf-device-list .device-small-image {
|
|
margin-right: 8px;
|
|
width: 13px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.stf-device-list .device-small-image img {
|
|
height: 20px;
|
|
min-width: 10px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.stf-device-list .device-browser-list img {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.device-list-active-tabs.ng-enter {
|
|
-webkit-transition: 250ms;
|
|
transition: 250ms;
|
|
opacity: 0;
|
|
}
|
|
|
|
.device-list-active-tabs.ng-enter-active {
|
|
opacity: 1;
|
|
}
|
|
|
|
.stf-device-list .device-product-name-unusable {
|
|
color: inherit;
|
|
}
|
|
|
|
.stf-device-list .device-product-name-using {
|
|
border-bottom: 1px solid; /* leaving out the color inherits text color */
|
|
}
|