1
0
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:
Mark McDowall
2014-04-25 23:02:48 -07:00
parent 6c5a5340b8
commit 836c39a47d
7 changed files with 95 additions and 9 deletions
+11
View 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;
}