summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 21:45:09 +0200
committerraveit65 <[email protected]>2015-09-14 21:46:35 +0200
commit41ee745babcde6478f3f1dcfb8f2605110b150b2 (patch)
tree5f7c216fcd395f99cb64b7f5a531f296da9e62cd /desktop-themes/GreenLaguna/gtk-3.0
parent93271a271764c4b672486764902cd935cee66d70 (diff)
downloadmate-themes-41ee745babcde6478f3f1dcfb8f2605110b150b2.tar.bz2
mate-themes-41ee745babcde6478f3f1dcfb8f2605110b150b2.tar.xz
GTK3 GreenLaguna: style list-row buttons
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css21
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 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;