From c8a95399d979e9257461594cb68822b836116df3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 22 Mar 2017 09:06:42 +0100 Subject: Gtk+-3.20 submarine themes: several improvements - Blue-submarine: remove wrong base color from viewport.frame - remove some unwanted borders from headerbar buttons - no text-shadow for headerbar buttons --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'desktop-themes/Blue-Submarine') 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 cc4aece1..013e666e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3011,7 +3011,7 @@ toolbar.inline-toolbar { color-stop (0.50, shade(@button_base, 0.96)), color-stop (0.50, shade(@button_base, 0.95)), to (shade(@button_base, 0.94))); - border-width: 0 1px 1px 0px; + border-width: 0px 1px 1px 1px; border-style: solid; border-radius: 0px; border-top-color: shade(@button_border, 1.00); @@ -4126,11 +4126,6 @@ viewport.frame { padding: 0px; } -/* ie. export-assistant caja-actions */ -viewport.frame { - background-color: shade(@theme_base_color, 1.00); -} - GdMainIconView.content-view { -GdMainIconView-icon-size: 40; } @@ -5885,7 +5880,6 @@ headerbar, box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95); background-color: @theme_bg_dark_color; padding: 6px 6px 5px 6px; - text-shadow: 0 1px @wm_title_shadow; background-image: linear-gradient(to bottom, @wm_bg_a, @wm_bg_b); @@ -6032,6 +6026,10 @@ headerbar > button:disabled { -gtk-icon-shadow: none; } +headerbar.titlebar .linked button.image-button:disabled { + box-shadow: none; +} + headerbar > button.text-button:hover, headerbar > button.text-button:focus, headerbar > button.text-button, -- cgit v1.2.1