mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 631598 - Use the system UI font for Panorama. r=dao ui-r=faaborg a=sdwilsh
This commit is contained in:
parent
894cec7f2e
commit
35f939f1f7
@ -1,5 +1,5 @@
|
||||
body {
|
||||
font: -moz-window !important;
|
||||
font: -moz-window;
|
||||
color: WindowText;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
|
@ -1,6 +1,6 @@
|
||||
body {
|
||||
background-color: transparent;
|
||||
font-family: Tahoma, sans-serif !important;
|
||||
font: message-box;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
body {
|
||||
font-family: Tahoma, sans-serif !important;
|
||||
font: message-box;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user