diff options
author | raveit65 <[email protected]> | 2015-09-06 20:43:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 21:07:53 +0200 |
commit | aed03f357dbbdf6021eb4533803df15dcaed6d5c (patch) | |
tree | 056609d2fe7fc1e5ccd1d9b0dd4dfabf1731c28d /desktop-themes/Green-Submarine | |
parent | 5e49f8fd9fa2facfbbf900fe6c28f967c340ca11 (diff) | |
download | mate-themes-aed03f357dbbdf6021eb4533803df15dcaed6d5c.tar.bz2 mate-themes-aed03f357dbbdf6021eb4533803df15dcaed6d5c.tar.xz |
Gtk3 Submarine themes: improve previous commit
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index be0ace09..b3e43803 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -954,10 +954,6 @@ WnckPager { border-color: transparent; background-color: transparent; text-shadow: none; - box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), - inset 1px 0px shade(@selected_bg_color, 0.97), - inset -1px 0px shade(@selected_bg_color, 0.93), - inset 0px -1px shade(@selected_bg_color, 0.93); } /* selected WnckPager */ @@ -986,10 +982,10 @@ NaTrayApplet { /* system-monitor-applet */ MatePanelApplet .horizontal .vertical .frame { - box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), - inset 1px 0px shade(@selected_bg_color, 0.97), - inset -1px 0px shade(@selected_bg_color, 0.93), - inset 0px -1px shade(@selected_bg_color, 0.93); + 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; } |