mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Update highlight background color for forced colors
This commit is contained in:
parent
f28bf23a31
commit
0a6b1cd2e9
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue