mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
permit selection of text in specific cases
permit text selection in textarea, code, input elements
This commit is contained in:
@@ -20,6 +20,15 @@ html {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea,
|
||||||
|
input,
|
||||||
|
code {
|
||||||
|
-webkit-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-ms-user-select: text;
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
::-moz-selection,
|
::-moz-selection,
|
||||||
::selection {
|
::selection {
|
||||||
background: rgba(var(--c-accent-val), .5);
|
background: rgba(var(--c-accent-val), .5);
|
||||||
|
|||||||
Reference in New Issue
Block a user