Merge pull request #8340 from SO9010/Fix-#7609

Fix #7609 by changing to orange when white.
This commit is contained in:
mr. m
2025-05-15 13:45:30 +02:00
committed by GitHub

View File

@@ -380,7 +380,7 @@ groupbox h2 {
}
.zenCKSOption-unsafed {
color: yellow;
color: light-dark(orange, yellow);
margin-left: 10px;
margin-top: 5px;
}
@@ -390,7 +390,7 @@ groupbox h2 {
}
.zenCKSOption-input.zenCKSOption-input-unsafed {
border-color: yellow;
border-color: light-dark(orange, yellow);
}
.zenCKSOption-input.zenCKSOption-input-valid {