diff options
author | raveit65 <[email protected]> | 2015-08-13 12:23:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 12:23:28 +0200 |
commit | 7a3b74743ce43498a00e9befd0423c2488e954fa (patch) | |
tree | dbd94a86f07c61200153ca67622fc977a334d818 /desktop-themes/GreenLaguna | |
parent | 022fafe0f28cdd49ad906a37c4e063ce1fec3a05 (diff) | |
download | mate-themes-7a3b74743ce43498a00e9befd0423c2488e954fa.tar.bz2 mate-themes-7a3b74743ce43498a00e9befd0423c2488e954fa.tar.xz |
Gtk+-3.18 GreenLaguna: style popover suggested-action button
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 24 |
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 * *******/ |