mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-04 20:37:51 +00:00
Fix #7609 by changing to orange when white.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user