diff options
author | raveit65 <[email protected]> | 2016-10-19 13:20:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-19 13:20:16 +0200 |
commit | 6a51fec43a33cf4a57ca69920fcf820c4fad83bf (patch) | |
tree | e574dc84522cb041ed22b48ae7cce200613d1aa9 /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 49d107c14045def49b1e0e40aa3743299e991c82 (diff) | |
download | mate-themes-6a51fec43a33cf4a57ca69920fcf820c4fad83bf.tar.bz2 mate-themes-6a51fec43a33cf4a57ca69920fcf820c4fad83bf.tar.xz |
Most themes: Specify a monospace font family
Fix for github.com/mate-desktop/mate-themes/issues/145
in which gitg, possibly other apps can't find system monospace font.
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index eb670efb..fc4ddc97 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -66,6 +66,11 @@ GtkWindow { border-color: @insensitive_border_color; } +/* Fix for applications that have issues finding a default monospace font */ +.monospace { + font-family: Monospace; +} + GtkImage, GtkImage:insensitive, GtkLabel, |