|
@@ -907,11 +907,23 @@ attributes-editor .form-group .btn-primary:hover {
|
|
.panel-body .panel-group .panel:nth-of-type(-n+5) {
|
|
.panel-body .panel-group .panel:nth-of-type(-n+5) {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 导入/导出兴趣点 */
|
|
/* 导入/导出兴趣点 */
|
|
-poi-export-import .collapse-style{
|
|
|
|
- display: none !important;
|
|
|
|
|
|
+poi-export-import .collapse-style {
|
|
|
|
+ display: none !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 第三方许可 */
|
|
/* 第三方许可 */
|
|
-#third-party-licenses-button{
|
|
|
|
|
|
+#third-party-licenses-button {
|
|
display: none;
|
|
display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#floorChanger {
|
|
|
|
+ background: rgba(0, 0, 0, 0.8) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
|
|
|
|
+ background: transparent !important;
|
|
|
|
+ border-radius: 4px !important;
|
|
|
|
+ color: #15BEC8 !important;
|
|
}
|
|
}
|