summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-06 20:43:15 +0200
committerraveit65 <[email protected]>2015-09-06 21:09:53 +0200
commitd7ac296456f73a07b9d8ab0fcd4d85c19e8dec39 (patch)
tree591b76d0a423d647b931a9766331d74eb32208a1
parent8f3c2f6ebe0adbcc83a218ed6535c72c36cbf077 (diff)
downloadmate-themes-d7ac296456f73a07b9d8ab0fcd4d85c19e8dec39.tar.bz2
mate-themes-d7ac296456f73a07b9d8ab0fcd4d85c19e8dec39.tar.xz
Gtk3 Submarine themes: improve previous commit
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css12
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css12
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 6959fc76..a9efccb7 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;
}
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;
}