|
@@ -1229,10 +1229,12 @@ poi-export-import .collapse-style {
|
|
|
floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
|
|
|
background: transparent !important;
|
|
|
border-radius: 4px !important;
|
|
|
+ color: #999 !important;
|
|
|
+}
|
|
|
+floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"].active{
|
|
|
color: #15BEC8 !important;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/* 关于 */
|
|
|
|
|
|
#about-modal .modal-body>div:nth-of-type(4) {
|
|
@@ -1830,7 +1832,7 @@ measurement-list {
|
|
|
}
|
|
|
|
|
|
floor-changer .btn-group-vertical {
|
|
|
- display: none !important;
|
|
|
+ /* display: none !important; */
|
|
|
}
|
|
|
|
|
|
.measurement-list-items {
|