diff options
author | raveit65 <[email protected]> | 2015-09-06 20:43:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 21:09:16 +0200 |
commit | 1fe1cb3a86636a20130f9dcbbfe6febc2c0b59d7 (patch) | |
tree | de76c4735aec42ef6f4c3ae3321916f4712315ff /desktop-themes/Blue-Submarine | |
parent | ab78a99caa18b538fa58930ae130e61b46fae34f (diff) | |
download | mate-themes-1fe1cb3a86636a20130f9dcbbfe6febc2c0b59d7.tar.bz2 mate-themes-1fe1cb3a86636a20130f9dcbbfe6febc2c0b59d7.tar.xz |
Gtk3 Submarine themes: improve previous commit
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 12 |
1 files changed, 4 insertions, 8 deletions
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; } |