diff --git a/public/css/mango.css b/public/css/mango.css index 91eaca6..e19f0c6 100644 --- a/public/css/mango.css +++ b/public/css/mango.css @@ -32,3 +32,9 @@ #selectable .ui-selected { background: #F4E487; } +#selectable .ui-selecting.dark { + background: #5E5731; +} +#selectable .ui-selected.dark { + background: #9D9252; +} diff --git a/public/js/download.js b/public/js/download.js index ee28255..3529b13 100644 --- a/public/js/download.js +++ b/public/js/download.js @@ -49,6 +49,7 @@ const download = () => { UIkit.modal.confirm(`${successCount} of ${successCount + failCount} chapters added to the download queue. Proceed to the download manager?`).then(() => { window.location.href = '/admin/downloads'; }); + styleModal(); }) .fail((jqXHR, status) => { alert('danger', `Failed to add chapters to the download queue. Error: [${jqXHR.status}] ${jqXHR.statusText}`); @@ -58,6 +59,7 @@ const download = () => { $('#download-btn').removeAttr('hidden'); }); }); + styleModal(); }; const toggleSpinner = () => { var attr = $('#spinner').attr('hidden'); @@ -275,7 +277,8 @@ const buildTable = () => { const group_str = Object.entries(chp.groups).map(([k, v]) => { return `${k}`; }).join(' | '); - return `