Skip to content

Commit a7a7805

Browse files
authored
Merge pull request #54621 from nextcloud/fix/setup-checks-color
fix(settings): adjust colors used by legacy setup checks ui
2 parents 3c14f9f + 494806e commit a7a7805

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

apps/settings/css/settings.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -645,15 +645,15 @@ table.grid td.date {
645645
}
646646

647647
&.icon-checkmark-white {
648-
background-color: var(--color-success);
648+
background-color: var(--color-border-success);
649649
}
650650

651651
&.icon-error-white {
652-
background-color: var(--color-warning);
652+
background-color: var(--color-warning-text);
653653
}
654654

655655
&.icon-close-white {
656-
background-color: var(--color-error);
656+
background-color: var(--color-border-error);
657657
}
658658
}
659659
}
@@ -871,9 +871,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
871871
}
872872

873873
.settings-hint {
874-
margin-top: -12px;
875-
margin-bottom: 12px;
876-
opacity: .7;
874+
color: var(--color-text-maxcontrast);
875+
margin-block: -12px 12px;
877876
}
878877

879878
.animated {

0 commit comments

Comments
 (0)