diff options
author | raveit65 <[email protected]> | 2015-09-06 20:43:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 21:09:53 +0200 |
commit | d7ac296456f73a07b9d8ab0fcd4d85c19e8dec39 (patch) | |
tree | 591b76d0a423d647b931a9766331d74eb32208a1 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 8f3c2f6ebe0adbcc83a218ed6535c72c36cbf077 (diff) | |
download | mate-themes-d7ac296456f73a07b9d8ab0fcd4d85c19e8dec39.tar.bz2 mate-themes-d7ac296456f73a07b9d8ab0fcd4d85c19e8dec39.tar.xz |
Gtk3 Submarine themes: improve previous commit
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-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 1329b003..8ebf8360 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -944,10 +944,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 */ @@ -976,10 +972,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; } |