|
@@ -1365,4 +1365,25 @@ results-element .checkbox,
|
|
|
#xmlExport button.form-control {
|
|
|
border: none;
|
|
|
background: #15BEC8 !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* 右键兴趣点 */
|
|
|
+
|
|
|
+.context-menu-list {
|
|
|
+ background: rgba(0, 0, 0, 0.5) !important;
|
|
|
+ border: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.context-menu-item {
|
|
|
+ background: transparent !important;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.context-menu-item:hover {
|
|
|
+ background: #15BEC8 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.context-menu-item.context-menu-icon:before {
|
|
|
+ color: #fff !important;
|
|
|
}
|