fix: adjust also legacy styles

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-08-15 15:42:42 +02:00
parent 64db537b76
commit 0394f4cb2a
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
5 changed files with 11 additions and 11 deletions

View file

@ -648,7 +648,7 @@ kbd {
}
.error {
color: var(--color-error);
color: var(--color-error-text);
}
.app-navigation-entry-utils ul,

View file

@ -808,7 +808,7 @@ a.legal {
}
.notecard {
color: var(--color-text-light);
color: var(--color-main-text);
background-color: var(--note-background);
border-inline-start: 4px solid var(--note-theme);
border-radius: var(--border-radius);
@ -817,18 +817,18 @@ a.legal {
text-align: start;
&.success {
--note-background: rgba(var(--color-success-rgb), 0.1);
--note-background: var(--color-success-rgb);
--note-theme: var(--color-success);
}
&.error {
--note-background: rgba(var(--color-error-rgb), 0.1);
--note-theme: var(--color-error);
--note-background: var(--color-error);
--note-theme: var(--color-error-text);
}
&.warning {
--note-background: rgba(var(--color-warning-rgb), 0.1);
--note-theme: var(--color-warning);
--note-background: var(--color-warning);
--note-theme: var(--color-warning-text);
}
&:last-child {

View file

@ -331,7 +331,7 @@ input[type='reset'] {
&.error {
background-color: var(--color-error) !important;
border-color: var(--color-error) !important;
color: #fff !important;
color: var(--color-error-text) !important;
&:hover{
background-color: var(--color-error-hover) !important;
border-color: var(--color-main-text) !important;
@ -384,7 +384,7 @@ input[type='email'] {
&:not(:active):not(:hover):not(:focus){
&:invalid {
+ .icon-confirm {
border-color: var(--color-error);
border-color: var(--color-error-text);
}
}
+ .icon-confirm {

View file

@ -355,7 +355,7 @@ body[dir='rtl'] #dbpassword {
}
.warning-input {
border-color: var(--color-error) !important;
border-color: var(--color-error-text) !important;
}
/* fixes for update page TODO should be fixed some time in a proper way */

View file

@ -44,7 +44,7 @@
}
.toast-error {
border-inline-start: 3px solid var(--color-error);
border-inline-start: 3px solid var(--color-error-text);
}
.toast-info {