Explorar o código

feat:提交右键兴趣点样式

jinx %!s(int64=4) %!d(string=hai) anos
pai
achega
2d333e661f
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  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;
 }