mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -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