소스 검색

feat:提交右键兴趣点样式

jinx 4 년 전
부모
커밋
2d333e661f
1개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  1. 21 0
      css/style.css

+ 21 - 0
css/style.css

@@ -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;
 }