From d6839ec82b1439ed3a06b0cf75506fff77943696 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 6 Jul 2016 12:36:59 +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 | 28 +++++++++++----------- .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 ++--- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 4 ++-- .../Green-Submarine/gtk-3.0/gtk-widgets.css | 6 ++--- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 +- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 4 ++-- 6 files changed, 25 insertions(+), 25 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 79f6e6d9..710da2be 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; } @@ -2956,7 +2956,7 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title, headerbar .title { font-weight: bold; - font-size: 12pt; + font-size: 120%; background: none; color: #D9D9D9; } @@ -3171,16 +3171,16 @@ switch, switch:backdrop { font-weight: bold; font-size: smaller; - font-stretch: 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-stretch: 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/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 5a1340f7..d6e8f46f 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -5830,13 +5830,13 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra } headerbar title { + font-size: 110%; font-weight: bold; - font-size: 11pt; color: @theme_text_dark_color; } headerbar .subtitle { - font-size: 9pt; + font-size: 90%; color: @theme_text_dark_color; } @@ -5871,8 +5871,8 @@ headerbar paned > separator { } .titlebar .title { + font-size: 100%; font-weight: bold; - font-size: 10pt; background: none; color: @theme_text_dark_color; } diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 8933b64f..998c6a38 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3229,12 +3229,12 @@ actionbar button.image-button { actionbar .title { font-weight: bold; - font-size: 10pt; + font-size: 100%; padding: 0px 12px 0px 12px; } actionbar .subtitle { - font-size: 9pt; + font-size: 90%; padding: 0px 12px 0px 12px; } diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index fc3a6a6d..582accef 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -5827,13 +5827,13 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra } headerbar title { + font-size: 110%; font-weight: bold; - font-size: 11pt; color: @theme_text_dark_color; } headerbar .subtitle { - font-size: 9pt; + font-size: 90%; color: @theme_text_dark_color; } @@ -5868,8 +5868,8 @@ headerbar paned > separator { } .titlebar .title { + font-size: 100%; font-weight: bold; - font-size: 10pt; background: none; color: @theme_text_dark_color; } 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; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index aee87920..42daa2cc 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -3245,12 +3245,12 @@ actionbar button.image-button { actionbar .title { font-weight: bold; - font-size: 10pt; + font-size: 100%; padding: 0px 12px 0px 12px; } actionbar .subtitle { - font-size: 9pt; + font-size: 90%; padding: 0px 12px 0px 12px; } -- cgit v1.2.1