diff --git a/package-lock.json b/package-lock.json index 06742db..c080585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twitch-vod-manager", - "version": "5.0.10", + "version": "5.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twitch-vod-manager", - "version": "5.0.10", + "version": "5.0.11", "license": "MIT", "dependencies": { "axios": "^1.16.1", diff --git a/package.json b/package.json index b15eb3b..9990baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-vod-manager", - "version": "5.0.10", + "version": "5.0.11", "description": "Twitch VOD Manager - Download Twitch VODs easily", "main": "dist/main.js", "author": "xRangerDE", diff --git a/src/styles.css b/src/styles.css index 6b8ca26..a8efffd 100644 --- a/src/styles.css +++ b/src/styles.css @@ -3328,6 +3328,9 @@ body.theme-light .status-bar { body.theme-light .add-streamer input, body.theme-light .form-group input:not([type="checkbox"]):not([type="radio"]), body.theme-light .form-group select, +body.theme-light .form-stack input:not([type="checkbox"]):not([type="radio"]), +body.theme-light .form-stack select, +body.theme-light .input-narrow, body.theme-light .clip-input input, body.theme-light .time-input-group input, body.theme-light .part-number-group input,