Allow text selection in footer for email copy/click
This commit is contained in:
parent
10f3d3468b
commit
67b2684f64
@ -51,6 +51,16 @@ textarea {
|
|||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Allow text selection in footer for contact info copying */
|
||||||
|
.footer-info p,
|
||||||
|
.footer-info a {
|
||||||
|
-webkit-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-ms-user-select: text;
|
||||||
|
user-select: text;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* Content Protection: Disable Image Dragging & Right Click */
|
/* Content Protection: Disable Image Dragging & Right Click */
|
||||||
img {
|
img {
|
||||||
-webkit-user-drag: none;
|
-webkit-user-drag: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user