mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-05 23:48:39 +00:00
Bilder dürfen kein Dragging mehr besitzen
This commit is contained in:
parent
e05c36b647
commit
9cffcec304
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@
|
|||
-webkit-user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
img {
|
||||
-webkit-user-drag: none;
|
||||
-khtml-user-drag: none;
|
||||
user-drag: none;
|
||||
}
|
||||
.product-box, .cart-items, .settings-product-list {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue