Diagnostics Exception Page: Color-blindness Improvement (#14681)
Diagnostics Exception Page: Color-blindness Improvement
This commit is contained in:
commit
8e05fb0cf4
|
|
@ -96,6 +96,12 @@ body .location {
|
|||
background-color: #fbfbfb;
|
||||
}
|
||||
|
||||
#stackpage .frame .source .highlight {
|
||||
border-left: 3px solid red;
|
||||
margin-left: -3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#stackpage .frame .source .highlight li span {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,6 +98,12 @@ body .location {
|
|||
background-color: #fbfbfb;
|
||||
}
|
||||
|
||||
#stackpage .frame .source .highlight {
|
||||
border-left: 3px solid red;
|
||||
margin-left: -3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#stackpage .frame .source .highlight li span {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue