diff options
author | raveit65 <[email protected]> | 2015-09-15 20:05:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-15 20:25:45 +0200 |
commit | 5714e636ec0d83faabb913a0876583eb2af23b36 (patch) | |
tree | c5610da2e587c2246027870c0b4a59a7a983999e /desktop-themes | |
parent | 929d549ebe1420ead49018710b1a3a32f725d78c (diff) | |
download | mate-themes-5714e636ec0d83faabb913a0876583eb2af23b36.tar.bz2 mate-themes-5714e636ec0d83faabb913a0876583eb2af23b36.tar.xz |
Gtk+-3.18 GreenLaguna: fix list-rows again!
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index ef6f0160..cf13585e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1029,21 +1029,26 @@ row { border-width: 0px; } -.list-row.button { +.list-row { + transition: all 400ms ease-out; +} + +.list-row.activatable { background-image: none; border-image: none; border-color: transparent } -.list-row.button:selected, -.list-row.button:selected:hover { +.list-row.activatable:selected, +.list-row.activatable:selected:hover { + color: @theme_fg_color; background-color: transparent; background-image: linear-gradient(to bottom, @button_gradient_color_a, @button_gradient_color_b); } -.list-row.button:hover { +.list-row.activatable:hover { background-color: transparent; background-image: linear-gradient(to bottom, @button_hover_gradient_color_a, |