14 lines
152 B
CSS
14 lines
152 B
CSS
img.no-drag {
|
|
pointer-events: none;
|
|
}
|
|
|
|
img.fog {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|