From 1fe1cb3a86636a20130f9dcbbfe6febc2c0b59d7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 6 Sep 2015 20:43:15 +0200 Subject: Gtk3 Submarine themes: improve previous commit --- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index e2943d45..0d46d7da 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -941,10 +941,6 @@ WnckPager { border-color: transparent; background-color: transparent; text-shadow: none; - box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), - inset 1px 0px shade (@theme_selected_bg_color, 1.3), - inset -1px 0px shade (@theme_selected_bg_color, 1.3), - inset 0px -1px shade (@theme_selected_bg_color, 1.3); } /* selected WnckPager */ @@ -973,10 +969,10 @@ NaTrayApplet { /* system-monitor-applet */ MatePanelApplet .horizontal .vertical .frame { - box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), - inset 1px 0px shade (@theme_selected_bg_color, 1.3), - inset -1px 0px shade (@theme_selected_bg_color, 1.3), - inset 0px -1px shade (@theme_selected_bg_color, 1.3); + box-shadow: inset 0px 1px shade (@menu_bg_dark_color, 1.3), + inset 1px 0px shade (@menu_bg_dark_color, 1.3), + inset -1px 0px shade (@menu_bg_dark_color, 1.3), + inset 0px -1px shade (@menu_bg_dark_color, 1.3); border-style: none; border-radius: 6px; } -- cgit v1.2.1