mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:43:45 +02:00
Adding overall device stats (Experimental UI).
This commit is contained in:
@@ -153,3 +153,18 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
|
||||
margin-bottom: 0 !important;
|
||||
height: 17px !important;
|
||||
}
|
||||
|
||||
|
||||
.stf-stats-container .fa {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.stf-stats-container.ng-enter {
|
||||
-webkit-transition: 2000ms ease 1s;
|
||||
transition: 2000ms ease 1s;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.stf-stats-container.ng-enter-active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user