summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 21:45:09 +0200
committerraveit65 <[email protected]>2015-09-14 21:46:07 +0200
commit21e1b4ab28c25bcfefaf46a2475c48168b5c31ee (patch)
treedc4a957551285bf0a796697a8f423b240a538117
parent158411d51c69220e3cd0d41a2b8f94b91f1dc567 (diff)
downloadmate-themes-21e1b4ab28c25bcfefaf46a2475c48168b5c31ee.tar.bz2
mate-themes-21e1b4ab28c25bcfefaf46a2475c48168b5c31ee.tar.xz
GTK3 GreenLaguna: style list-row buttons
-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;