fix color of links in warnings, fix #10480
This commit is contained in:
parent
1b81cc1acd
commit
58cb0697d6
|
@ -598,6 +598,7 @@ label.infield {
|
|||
.warning legend,
|
||||
.warning a,
|
||||
.error a {
|
||||
color: #fff !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.error pre {
|
||||
|
|
Loading…
Reference in New Issue