Parcourir la source

added moz-user-select (for Waterfox classic)

Gildas il y a 5 ans
Parent
commit
6ed0773592
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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});
 					border-radius: 16px;
 					user-select: none;
+					-moz-user-select: none;
 					opacity: .7;
 					cursor: pointer;
 					padding-left: 0;