Преглед изворни кода

feat;修改楼层提示样式

jinx пре 4 година
родитељ
комит
1c5f85ae0d
1 измењених фајлова са 15 додато и 3 уклоњено
  1. 15 3
      css/style.css

+ 15 - 3
css/style.css

@@ -907,11 +907,23 @@ attributes-editor .form-group .btn-primary:hover {
 .panel-body .panel-group .panel:nth-of-type(-n+5) {
     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;
+}
+
+#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;
 }