- Filter MangaDex chapters with volume and chapter range

- Select from table rows using jQuery selectable
This commit is contained in:
Alex Ling
2020-02-25 01:52:04 +00:00
parent b264f7dd76
commit d782995bac
3 changed files with 282 additions and 194 deletions

View File

@@ -26,3 +26,9 @@
.uk-search {
width: 100%;
}
#selectable .ui-selecting {
background: #EEE6B9;
}
#selectable .ui-selected {
background: #F4E487;
}