pull/36/head
parent
80a985e06e
commit
8490006970
|
@ -1717,6 +1717,10 @@
|
||||||
margin: 10px 8px 0 !important;
|
margin: 10px 8px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.realTime .page-content .status-view .status-view-content .status-true .status-fan > div.off span {
|
||||||
|
color: #00C0F7;
|
||||||
|
}
|
||||||
|
|
||||||
.realTime .page-content .status-view .status-view-content .status-true .status-fan > div > span {
|
.realTime .page-content .status-view .status-view-content .status-true .status-fan > div > span {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1814,6 +1814,11 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
margin: 10px 8px 0 !important;
|
margin: 10px 8px 0 !important;
|
||||||
|
&.off{
|
||||||
|
span{
|
||||||
|
color: #00C0F7;
|
||||||
|
}
|
||||||
|
}
|
||||||
>span{
|
>span{
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue