|
@@ -1845,6 +1845,18 @@ button[title="切换到2D视图"]:hover {
|
|
|
border-color: rgba(0, 0, 0, .8) !important;
|
|
|
}
|
|
|
|
|
|
+button[title="切换到2D视图"]:focus {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #15BEC8 !important;
|
|
|
+ border-color: rgba(0, 0, 0, .8) !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="切换到2D视图"].active {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #15BEC8 !important;
|
|
|
+ border-color: rgba(0, 0, 0, .8) !important;
|
|
|
+}
|
|
|
+
|
|
|
button[title="切换到3D视图"] {
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -1855,6 +1867,18 @@ button[title="切换到3D视图"]:hover {
|
|
|
border-color: rgba(0, 0, 0, .8) !important;
|
|
|
}
|
|
|
|
|
|
+button[title="切换到3D视图"]:focus {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #15BEC8 !important;
|
|
|
+ border-color: rgba(0, 0, 0, .8) !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="切换到3D视图"].active {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #15BEC8 !important;
|
|
|
+ border-color: rgba(0, 0, 0, .8) !important;
|
|
|
+}
|
|
|
+
|
|
|
#progress-wrapper {
|
|
|
display: none !important;
|
|
|
}
|
|
@@ -1918,4 +1942,18 @@ sidebar-menu #view-menu #pointcloud-menu #pointcloud-options #pointcloud-pane>di
|
|
|
|
|
|
sidebar-menu #view-menu #pointcloud-menu #pointcloud-options #pointcloud-pane>div>button {
|
|
|
border-radius: 30% !important;
|
|
|
+}
|
|
|
+
|
|
|
+.modal-dialog .modal-footer .btn-default.move-button {
|
|
|
+ display: none!important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* option[value="+proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs;"] {
|
|
|
+ display: none !important;
|
|
|
+} */
|
|
|
+
|
|
|
+alert-dialog .mat-stroked-button {
|
|
|
+ border-color: rgba(255, 255, 255, .2) !important;
|
|
|
+ color: #fff;
|
|
|
}
|