Merge pull request #54621 from nextcloud/fix/setup-checks-color

fix(settings): adjust colors used by legacy setup checks ui
pull/54631/head
Ferdinand Thiessen 2025-08-25 17:14:40 +07:00 committed by GitHub
commit a7a78054aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 6 deletions

@ -645,15 +645,15 @@ table.grid td.date {
}
&.icon-checkmark-white {
background-color: var(--color-success);
background-color: var(--color-border-success);
}
&.icon-error-white {
background-color: var(--color-warning);
background-color: var(--color-warning-text);
}
&.icon-close-white {
background-color: var(--color-error);
background-color: var(--color-border-error);
}
}
}
@ -871,9 +871,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
.settings-hint {
margin-top: -12px;
margin-bottom: 12px;
opacity: .7;
color: var(--color-text-maxcontrast);
margin-block: -12px 12px;
}
.animated {