mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 16:55:49 +00:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
.selectable() {
|
|
-moz-user-select : all;
|
|
-webkit-user-select : all;
|
|
-ms-user-select : all;
|
|
}
|
|
|
|
.not-selectable() {
|
|
-moz-user-select : none;
|
|
-webkit-user-select : none;
|
|
-ms-user-select : none;
|
|
} |