mirror of
https://github.com/Radarr/Radarr
synced 2025-12-31 20:55:25 +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;
|
|
} |