high-contrast.less: Fix notifications success color contrast
refs #4337
This commit is contained in:
parent
584e97f631
commit
e88a2b588b
|
@ -222,3 +222,7 @@ input.search {
|
|||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
#notifications > li.success {
|
||||
color: @text-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue