diff options
author | raveit65 <[email protected]> | 2016-07-06 12:36:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-06 12:38:14 +0200 |
commit | e1b3cd6c1f1d8a1dd455500545366617ecd8810a (patch) | |
tree | 59b69db2bf11771c023cb20d91d7f9b314873aef /desktop-themes/GreenLaguna | |
parent | ad628428224e31e920c0f7561cc582652993ab21 (diff) | |
download | mate-themes-e1b3cd6c1f1d8a1dd455500545366617ecd8810a.tar.bz2 mate-themes-e1b3cd6c1f1d8a1dd455500545366617ecd8810a.tar.xz |
GTK+-3.20 all themes: use "%" units instead of of hardcoded values for font-size
and fix wrong node names for color and font button in BlackMATE
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 7ceb6e45..3dd29c7d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3395,7 +3395,7 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title { font-weight: bold; - font-size: 10pt; + font-size: 100%; background: none; color: @theme_fg_color; } |