mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #14771 from Snuffleupagus/dialog-backdrop-rm-user-select
Simplify the `dialog::backdrop` CSS rules (PR 14710 follow-up)
This commit is contained in:
commit
e9aedf2d91
1 changed files with 4 additions and 8 deletions
|
@ -1254,7 +1254,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||
}
|
||||
|
||||
#errorWrapper {
|
||||
background: none repeat scroll 0 0 var(--errorWrapper-bg-color);
|
||||
background-color: var(--errorWrapper-bg-color);
|
||||
color: var(--main-color);
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
@ -1302,7 +1302,6 @@ dialog {
|
|||
}
|
||||
dialog::backdrop {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
dialog > .row {
|
||||
|
@ -1365,7 +1364,7 @@ dialog :link {
|
|||
}
|
||||
|
||||
#PDFBug {
|
||||
background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(102, 102, 102, 1);
|
||||
position: fixed;
|
||||
top: 32px;
|
||||
|
@ -1394,12 +1393,9 @@ dialog :link {
|
|||
#PDFBug button.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
.debuggerShowText {
|
||||
background: none repeat scroll 0 0 rgba(255, 255, 0, 1);
|
||||
color: rgba(0, 0, 255, 1);
|
||||
}
|
||||
.debuggerShowText,
|
||||
.debuggerHideText:hover {
|
||||
background: none repeat scroll 0 0 rgba(255, 255, 0, 1);
|
||||
background-color: rgba(255, 255, 0, 1);
|
||||
}
|
||||
#PDFBug .stats {
|
||||
font-family: courier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue