Jelajahi Sumber

feat:右键悬浮窗样式屏蔽

jinx 4 tahun lalu
induk
melakukan
926f3d7b86
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      css/style.css

+ 8 - 0
css/style.css

@@ -1510,10 +1510,18 @@ results-element .checkbox,
     display: none !important;
 }
 
+.context-menu-item.context-menu-icon-cut {
+    display: none !important;
+}
+
 .context-menu-item.fa-download {
     display: none !important;
 }
 
+.context-menu-item.context-menu-icon-fa.fa-list-ul {
+    display: none !important;
+}
+
 .context-menu-item:hover {
     background: #15BEC8 !important;
 }