summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 12:23:28 +0200
committerraveit65 <[email protected]>2015-08-13 12:23:28 +0200
commit7a3b74743ce43498a00e9befd0423c2488e954fa (patch)
treedbd94a86f07c61200153ca67622fc977a334d818 /desktop-themes/GreenLaguna/gtk-3.0
parent022fafe0f28cdd49ad906a37c4e063ce1fec3a05 (diff)
downloadmate-themes-7a3b74743ce43498a00e9befd0423c2488e954fa.tar.bz2
mate-themes-7a3b74743ce43498a00e9befd0423c2488e954fa.tar.xz
Gtk+-3.18 GreenLaguna: style popover suggested-action button
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 4d549ab3..592133f8 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2532,6 +2532,30 @@ GtkPopover .separator {
border: 0;
}
+.popover .horizontal .label {
+ color: @theme_selected_fg_color;
+}
+
+.popover .button.default.suggested-action.text-button {
+ background-color: transparent;
+ background-image: none;
+ text-shadow:none;
+ border-style: none;
+ box-shadow: none;
+ border-radius: 2px;
+}
+
+.popover .button.default.suggested-action.text-button:hover {
+ color: @theme_selected_fg_color;
+ background-image: linear-gradient(to bottom,
+ shade(@theme_selected_bg_color, 1.6),
+ shade(@theme_selected_bg_color, 0.6));
+ text-shadow: none;
+ border-width: 0;
+ border-color: transparent;
+ border-radius: 3px;
+}
+
/*******
* CSD *
*******/