From 21e1b4ab28c25bcfefaf46a2475c48168b5c31ee 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 6f864de1..4f9a434f 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1029,6 +1029,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