Disable text selection in the dump list.
This commit is contained in:
parent
b3427dc652
commit
018753689e
@ -3546,6 +3546,10 @@ a[href="javascript:;"] {\
|
||||
display: block;\
|
||||
height: 100px;\
|
||||
position: relative;\
|
||||
-webkit-user-select: none;\
|
||||
-moz-user-select: none;\
|
||||
-o-user-select: none;\
|
||||
user-select: none;\
|
||||
}\
|
||||
#replies > div {\
|
||||
top: 0; right: 0; bottom: 0; left: 0;\
|
||||
|
||||
@ -2783,6 +2783,10 @@ a[href="javascript:;"] {
|
||||
display: block;
|
||||
height: 100px;
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
#replies > div {
|
||||
top: 0; right: 0; bottom: 0; left: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user