From df865a755ada9b40ad53486cbf84723a2f8e26fc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 6 Jul 2016 12:19:57 +0200 Subject: 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 --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 5 +++-- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f2457974..c7fffa80 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3394,7 +3394,8 @@ dialog.background.solid-csd > headerbar.titlebar { } .titlebar .title { - font: Bold 10; + font-weight: bold; + font-size: 100%; background: none; color: @theme_fg_color; } @@ -3529,7 +3530,7 @@ switch, switch:backdrop { font-weight: bold; font-size: smaller; - font: bold condensed; + font: condensed; color: @internal_element_color; border-radius: 3px; border-width: 1px; diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 1c0f3c2d..e1dc434e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -386,7 +386,7 @@ PanelSeparator { #clock-applet-button.flat.toggle > box.horizontal > label { - font: normal; + font-weight: normal; } /* calendar window */ -- cgit v1.2.1