Restore the old fonts in the debugger (PR 15438 follow-up)
The changes in PR 15438 affected the debugger as well, which means that some of the panels/buttons look (in my opinion) a bit less nice than before.
This commit is contained in:
parent
2146d93609
commit
2a1d536ec6
@ -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…
x
Reference in New Issue
Block a user