Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-12-13 00:18:59 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-13 00:18:59 (GMT)
commit0bac7a18fef740ee023f771e2d7d3b27bb5a933b (patch)
tree262045078c22783aaca954afad06935a62192549
parent38a93c9675e341a7df2801983f3d4a44215602e0 (diff)
Style tool buttons background in prelight state and border radius
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index d1d1a18..e15cfa1 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -447,3 +447,11 @@ GtkVSeparator, GtkHSeparator,
.toolbar GtkSeparatorToolItem {
color: @button_grey;
}
+
+.toolbar GtkToolButton .button {
+ border-radius: $toolbutton_padding;
+}
+
+.toolbar GtkToolButton .button:prelight {
+ background-color: @black;
+}