Update highlight background color for forced colors
This commit is contained in:
parent
f28bf23a31
commit
0a6b1cd2e9
@ -72,6 +72,15 @@
|
||||
background-color: rgba(0, 100, 0, 1);
|
||||
}
|
||||
|
||||
@media (forced-colors: active) {
|
||||
.textLayer .highlight {
|
||||
background-color: Highlight;
|
||||
}
|
||||
.textLayer .highlight.selected {
|
||||
background-color: ButtonText;
|
||||
}
|
||||
}
|
||||
|
||||
.textLayer ::selection {
|
||||
/*#if !MOZCENTRAL*/
|
||||
background: blue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user