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/BlackMATE/gtk-3.0/gtk-widgets.css | 29 +++++++++++----------- .../BlackMATE/gtk-3.0/mate-applications.css | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 3d86d8ba..00d29a28 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1437,7 +1437,7 @@ button { } button.text-button, -fontbutton button, +button.font, filechooser button { padding: 3px; } @@ -1548,8 +1548,8 @@ button:active:disabled { color: @insensitive_fg_color; } -fontbutton button, -colorbutton button { +button.font, +button.color { padding: 4px 3px; } @@ -2953,7 +2953,8 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title, headerbar .title { - font: Bold 12; + font-weight: bold; + font-size: 120%; background: none; color: #D9D9D9; } @@ -3168,16 +3169,16 @@ switch, switch:backdrop { font-weight: bold; font-size: smaller; - font: bold condensed; - color: @internal_element_color; - border-radius: 3px; - border-width: 1px; - border-image: none; - border-style: solid; - border-color: @frame_color; - background-image: linear-gradient(to bottom, - @trough_bg_color_a, - @trough_bg_color_b); + font: condensed; + color: @internal_element_color; + border-radius: 3px; + border-width: 1px; + border-image: none; + border-style: solid; + border-color: @frame_color; + background-image: linear-gradient(to bottom, + @trough_bg_color_a, + @trough_bg_color_b); } switch:checked, diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index c2048026..a2308bf1 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -500,7 +500,7 @@ dictionary */ #clock-applet-button, .mate-panel-menu-bar.menubar, MatePanelApplet > GtkMenuBar.menubar { - font: normal; + font-weight: normal; } /*WnckPager is unnamed in GTK inspector so try this*/ -- cgit v1.2.1