openatc-components 0.1.184 → 0.1.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1416,26 +1416,26 @@ export default {
|
|
|
1416
1416
|
width: 3px;
|
|
1417
1417
|
// height: 99px;
|
|
1418
1418
|
z-index: 999;
|
|
1419
|
-
background-color
|
|
1420
|
-
}
|
|
1421
|
-
.curTimeLine {
|
|
1422
|
-
position: absolute;
|
|
1423
|
-
top: -10px;
|
|
1424
|
-
width: 4px;
|
|
1425
|
-
background-color: black;
|
|
1426
|
-
}
|
|
1427
|
-
.curTimeDiv {
|
|
1428
|
-
position: absolute;
|
|
1429
|
-
z-index:50;
|
|
1430
|
-
top: -21px;
|
|
1431
|
-
margin-left: -10px;
|
|
1432
|
-
text-align:center;
|
|
1433
|
-
vertical-align: middle;
|
|
1434
|
-
width: 60px;
|
|
1435
|
-
height: 19px;
|
|
1436
|
-
color:black;
|
|
1437
|
-
// background-color: black;
|
|
1419
|
+
background-color:#B9BABF;
|
|
1438
1420
|
}
|
|
1421
|
+
// .curTimeLine {
|
|
1422
|
+
// position: absolute;
|
|
1423
|
+
// top: -10px;
|
|
1424
|
+
// width: 4px;
|
|
1425
|
+
// background-color: black;
|
|
1426
|
+
// }
|
|
1427
|
+
// .curTimeDiv {
|
|
1428
|
+
// position: absolute;
|
|
1429
|
+
// z-index:50;
|
|
1430
|
+
// top: -21px;
|
|
1431
|
+
// margin-left: -10px;
|
|
1432
|
+
// text-align:center;
|
|
1433
|
+
// vertical-align: middle;
|
|
1434
|
+
// width: 60px;
|
|
1435
|
+
// height: 19px;
|
|
1436
|
+
// color:black;
|
|
1437
|
+
// // background-color: black;
|
|
1438
|
+
// }
|
|
1439
1439
|
}
|
|
1440
1440
|
.ring-first {
|
|
1441
1441
|
margin-top: 1px;
|