From eb6b96ee1e69c6ca5440835018c7ab741ef44579 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 13 Aug 2015 12:23:28 +0200 Subject: Gtk+-3.18 GreenLaguna: style popover suggested-action button --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 * *******/ -- cgit v1.2.1