mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: Shift-click to change monitored status of multiple episodes in season
This commit is contained in:
@@ -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