mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #15489 from Snuffleupagus/debugger-fonts
Restore the old fonts in the debugger (PR 15438 follow-up)
This commit is contained in:
commit
547fa3ed2c
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#PDFBug,
|
||||
#PDFBug input,
|
||||
#PDFBug button,
|
||||
#PDFBug select {
|
||||
font: message-box;
|
||||
}
|
||||
#PDFBug {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(102, 102, 102, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue