|
@@ -802,6 +802,10 @@ share-menu .form-group+.no-margin-bottom {
|
|
|
|
|
|
/* 坐标 */
|
|
|
|
|
|
+#coord_editor {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template span {
|
|
|
color: #999999 !important;
|
|
|
}
|
|
@@ -1072,4 +1076,70 @@ input[readonly="readonly"] {
|
|
|
|
|
|
.panel-heading h3 {
|
|
|
color: #fff !important;
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* 测量 */
|
|
|
+
|
|
|
+measurement-list .material-icons {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+measurement-list .fa-square-o:before {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+measurement-list .hovered {
|
|
|
+ background-color: #15BEC8 !important;
|
|
|
+}
|
|
|
+
|
|
|
+measurement-list hr {
|
|
|
+ border: .5px solid rgba(255, 255, 255, .2) !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="放大镜"]:hover {
|
|
|
+ background: #15BEC8 !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="放大镜"].active svg {
|
|
|
+ color: #15BEC8 !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="放大镜"].active:hover svg {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.glyphicon-resize-full::before {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-tabs[role="tablist"] {
|
|
|
+ border-bottom: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-tabs>li.active>a,
|
|
|
+.nav-tabs>li.active>a:focus,
|
|
|
+.nav-tabs>li.active>a:hover {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: #15BEC8 !important;
|
|
|
+ border-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-tabs>li>a {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-tabs>li>a:focus,
|
|
|
+.nav-tabs>li>a:hover {
|
|
|
+ background-color: #15BEC8 !important;
|
|
|
+ border-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.fa-pencil:before {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* left-panel .poi-extensions-box {
|
|
|
+ overflow-x: hidden;
|
|
|
+} */
|