Merge pull request #15489 from Snuffleupagus/debugger-fonts

Restore the old fonts in the debugger (PR 15438 follow-up)
This commit is contained in:
Jonas Jenwald 2022-09-21 22:39:53 +02:00 committed by GitHub
commit 547fa3ed2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);