mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Full page searching for missing episodes
New: Search for an entire page of missing episodes
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
@import "filter";
|
||||
@import "paginator";
|
||||
@import (css) "selectall.css";
|
12
src/UI/Content/Backgrid/selectall.css
Normal file
12
src/UI/Content/Backgrid/selectall.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
backgrid-select-all
|
||||
http://github.com/wyuenho/backgrid
|
||||
|
||||
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
|
||||
Licensed under the MIT @license.
|
||||
*/
|
||||
|
||||
.backgrid .select-row-cell,
|
||||
.backgrid .select-all-header-cell {
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user