diff options
author | raveit65 <[email protected]> | 2015-09-14 21:45:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 21:45:50 +0200 |
commit | 3b94c4b11bbe5e226a305b342ff52e9823bb06e4 (patch) | |
tree | aa39eb387267954e49833e283cce9967b03e3065 /desktop-themes | |
parent | 4c7fc8e2bbc84703eec65db91ef1dfa28217c52f (diff) | |
download | mate-themes-3b94c4b11bbe5e226a305b342ff52e9823bb06e4.tar.bz2 mate-themes-3b94c4b11bbe5e226a305b342ff52e9823bb06e4.tar.xz |
GTK3 GreenLaguna: style list-row buttons
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 21 |
1 files changed, 21 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 9445668f..ab3d0836 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -868,6 +868,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; |