summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 20:43:15 +0200
committerraveit65 <[email protected]>2015-09-06 20:43:15 +0200
commit549da4d440014394f93e2c6cd464430b13e86ab8 (patch)
treed9a821173f8e042d47cf9509ca5a16f9913007f8 /desktop-themes/Green-Submarine/gtk-3.0
parent7acef7507719789688cb454b554b1ef1f2e65606 (diff)
downloadmate-themes-549da4d440014394f93e2c6cd464430b13e86ab8.tar.bz2
mate-themes-549da4d440014394f93e2c6cd464430b13e86ab8.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.css12
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;
}