release: 5.0.11 — Light-Theme border-overrides fuer .form-stack/.input-narrow

5.0.9 hatte .form-stack input/select und .input-narrow Dark-Theme-Styling
gegeben, aber der border-color in der base rule ist rgba(255,255,255,0.1) —
auf hellem Light-Theme-Background unsichtbar. Im Light-Theme-Block sind
.form-group und .add-streamer schon ueberschrieben, .form-stack und
.input-narrow fehlten.

Fix: light-theme border-color rgba(0,0,0,0.12) auch fuer .form-stack
input/select und .input-narrow.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
xRangerDE 2026-05-20 01:41:35 +02:00
parent 57f56d98a6
commit a2d9215b22
3 changed files with 6 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "5.0.10", "version": "5.0.11",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "5.0.10", "version": "5.0.11",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^1.16.1", "axios": "^1.16.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "5.0.10", "version": "5.0.11",
"description": "Twitch VOD Manager - Download Twitch VODs easily", "description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js", "main": "dist/main.js",
"author": "xRangerDE", "author": "xRangerDE",

View File

@ -3328,6 +3328,9 @@ body.theme-light .status-bar {
body.theme-light .add-streamer input, body.theme-light .add-streamer input,
body.theme-light .form-group input:not([type="checkbox"]):not([type="radio"]), body.theme-light .form-group input:not([type="checkbox"]):not([type="radio"]),
body.theme-light .form-group select, 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 .clip-input input,
body.theme-light .time-input-group input, body.theme-light .time-input-group input,
body.theme-light .part-number-group input, body.theme-light .part-number-group input,