summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-05 00:53:12 +0200
committerraveit65 <[email protected]>2016-06-05 00:54:08 +0200
commit6d329583f50c82592bda35f64e3318a1464df9d3 (patch)
tree9b239b6210c72470168293cd698ef8274634e850 /desktop-themes
parent4b1265a1b535aafae289a7a1fd7fc996d7b43311 (diff)
downloadmate-themes-6d329583f50c82592bda35f64e3318a1464df9d3.tar.bz2
mate-themes-6d329583f50c82592bda35f64e3318a1464df9d3.tar.xz
GTK+-3-20 Green-Submarine: some color correction for panel applets
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css8
1 files changed, 4 insertions, 4 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 9353fbab..bfbe2786 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -485,8 +485,8 @@ MatePanelAppletFrameDBus {
#PanelApplet button.flat.toggle:checked,
#PanelApplet button.flat.toggle:checked:hover{
background-image: none;
- border-color: shade (@theme_selected_bg_color, 1.30);
- background-color: shade (@theme_selected_bg_color, 0.90);
+ border-color: shade (@theme_selected_bg_color, 1.10);
+ background-color: shade (@theme_selected_bg_color, 0.70);
border-radius: 5px;
border-width: 1px;
color: shade (@theme_text_dark_color, 0.90);
@@ -499,8 +499,8 @@ MatePanelAppletFrameDBus {
#PanelApplet button.toggle:hover,
#PanelApplet button.flat.toggle:hover {
background-image: none;
- border-color: shade (@theme_selected_bg_color, 1.50);
- background-color: shade (@theme_selected_bg_color, 1.10);
+ border-color: shade (@theme_selected_bg_color, 1.30);
+ background-color: shade (@theme_selected_bg_color, 0.90);
border-radius: 5px;
border-width: 1px;
color: @selected_fg_color;