mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Shift-click to change monitored status of multiple episodes in season
This commit is contained in:
11
src/UI/Content/mixins.less
Normal file
11
src/UI/Content/mixins.less
Normal file
@@ -0,0 +1,11 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user