summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-22 02:01:16 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-22 02:01:16 +0100
commit632607adf3078d74afac021fed8d86c8cd1053e6 (patch)
treeaab9e5575ec93b2b564ab61b37933872fcbb9860
parent7c0d60ef7bd697c81cabcf966431619515443bc3 (diff)
downloadmate-themes-632607adf3078d74afac021fed8d86c8cd1053e6.tar.bz2
mate-themes-632607adf3078d74afac021fed8d86c8cd1053e6.tar.xz
GTK3 submarine themes: fix button hover backgroung in nemo pathbar
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css5
2 files changed, 8 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
index aabdd528..d4346cdb 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -347,7 +347,10 @@ NemoWindow .primary-toolbar.toolbar .button:active:hover,
NemoWindow .primary-toolbar.toolbar .button:checked,
NemoWindow .primary-toolbar.toolbar .button:checked:hover {
padding: 4px;
- background-color: transparent;
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
background-image: none;
border-width: 1px;
border-style: solid;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index 3c0cc70e..8514cfa5 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -384,7 +384,10 @@ NemoWindow .primary-toolbar.toolbar .button:checked,
NemoWindow .primary-toolbar.toolbar .button:checked:hover {
padding: 4px;
background-color: transparent;
- background-image: none;
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-width: 1px;
border-style: solid;
border-radius: 5px;