浏览代码

added moz-user-select (for Waterfox classic)

Gildas 5 年之前
父节点
当前提交
6ed0773592
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/ui/content/content-infobar-web.js

+ 1 - 0
common/ui/content/content-infobar-web.js

@@ -103,6 +103,7 @@
 					background-image: url(${IMAGE_ICON});
 					background-image: url(${IMAGE_ICON});
 					border-radius: 16px;
 					border-radius: 16px;
 					user-select: none;
 					user-select: none;
+					-moz-user-select: none;
 					opacity: .7;
 					opacity: .7;
 					cursor: pointer;
 					cursor: pointer;
 					padding-left: 0;
 					padding-left: 0;