diff options
author | raveit65 <[email protected]> | 2015-09-06 20:43:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-06 20:43:15 +0200 |
commit | 549da4d440014394f93e2c6cd464430b13e86ab8 (patch) | |
tree | d9a821173f8e042d47cf9509ca5a16f9913007f8 | |
parent | 7acef7507719789688cb454b554b1ef1f2e65606 (diff) | |
download | mate-themes-549da4d440014394f93e2c6cd464430b13e86ab8.tar.bz2 mate-themes-549da4d440014394f93e2c6cd464430b13e86ab8.tar.xz |
Gtk3 Submarine themes: improve previous commit
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 12 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 12 |
2 files changed, 8 insertions, 16 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 9889d100..2200c90b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -951,10 +951,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 */ @@ -983,10 +979,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; } 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; } |