From ee138117ee96035cc8ee14e33424ed82273dfe71 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 14 Sep 2015 21:45:09 +0200 Subject: GTK3 GreenLaguna: style list-row buttons --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index d21b9394..072c566c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1031,6 +1031,27 @@ row { border-width: 0px; } +.list-row.button { + background-image: none; + border-image: none; + border-color: transparent +} + +.list-row.button:selected, +.list-row.button:selected:hover { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); +} + +.list-row.button:hover { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + .cell { padding: 2px; border-width: 0px; -- cgit v1.2.1