mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 05:37:45 +01:00
11 lines
No EOL
217 B
Text
11 lines
No EOL
217 B
Text
.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;
|
|
} |