设置篡改猴插件里的内容不能被光标选中。
parent
fc6091a702
commit
dfe86850f4
|
@ -72,6 +72,9 @@
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
user-select: none; /* Standard syntax */
|
||||||
|
-webkit-user-select: none; /* Safari */
|
||||||
|
-ms-user-select: none; /* IE 10+/Edge */
|
||||||
background-color: #DDD;
|
background-color: #DDD;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Loading…
Reference in New Issue