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/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 75204164..d5795059 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2215,7 +2215,7 @@ treemenu menuitem { menu, .menu { - font: normal; + font-weight: normal; background-color: @menu_bg_color; color: @menu_fg_color; padding: 1px; @@ -3170,7 +3170,7 @@ progressbar .osd { assistant .sidebar highlight { color: @theme_fg_color; - font: bold; + font-weight: bold; } assistant .sidebar { @@ -3671,7 +3671,7 @@ headerbar, headerbar .title, .titlebar .title { - font: Bold; + font-weight: bold; } headerbar button.titlebutton, -- cgit v1.2.1