diff options
author | raveit65 <[email protected]> | 2016-07-06 12:36:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-06 12:36:59 +0200 |
commit | d6839ec82b1439ed3a06b0cf75506fff77943696 (patch) | |
tree | c0f26f0be8271e6442ffda91163931d4831780f6 /desktop-themes/BlackMATE | |
parent | 14d33389bd1f12203d143a58d7fa34cb170acbf1 (diff) | |
download | mate-themes-d6839ec82b1439ed3a06b0cf75506fff77943696.tar.bz2 mate-themes-d6839ec82b1439ed3a06b0cf75506fff77943696.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/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 28 |
1 files changed, 14 insertions, 14 deletions
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, |