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-20 20:44:51 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-20 20:44:51 (GMT)
commit44edfcb691af5d5e79b9df367b78a97b9ad32298 (patch)
tree54cf939f475b588eb5ddbf468a567268a076b0e1
parent2a76d498f34a9ec3d933974e2a387fcbf98b7f39 (diff)
Fix prelight of toggle buttons
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index fef5333..0cd5301 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -452,6 +452,11 @@ SugarPaletteWindowWidget GtkToolButton .button:prelight {
background-color: @black;
}
+.toolbar GtkToolButton .button:active:prelight,
+SugarPaletteWindowWidget GtkToolButton .button:active:prelight {
+ background-color: @button_grey;
+}
+
GtkScale {
-GtkScale-slider-length: $scale_slider_width;
-GtkRange-slider-width: $scale_slider_width;