mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-09 20:39:25 -03:00
fix: batch URL download i18n and CSS polish (#936)
- Add common.actions.remove/change translation keys across all locales - Remove hardcoded #e74c3c error colors, use --lora-error CSS variable
This commit is contained in:
@@ -739,7 +739,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #e74c3c;
|
||||
color: var(--lora-error);
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
@@ -766,7 +766,7 @@
|
||||
}
|
||||
|
||||
.batch-preview-error-text {
|
||||
color: #e74c3c;
|
||||
color: var(--lora-error);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -798,7 +798,7 @@
|
||||
|
||||
.batch-preview-remove:hover {
|
||||
opacity: 1;
|
||||
color: #e74c3c;
|
||||
color: var(--lora-error);
|
||||
}
|
||||
|
||||
.batch-preview-error {
|
||||
|
||||
Reference in New Issue
Block a user