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>2012-10-10 00:21:58 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-16 18:30:56 (GMT)
commit091448e08cb133e6273f37b8ebb08832acd359f8 (patch)
tree469c60e4d7846423e18656afb96ff9229fc9949a
parent64bca5182f7e055ba7da449fb13679f394fc4c7b (diff)
GtkScale: set grey border for focused white fill bar - SL #3983
Make the filled size of the bar visible in white backgrounds when the widget is focused. Gets closer to the Gtk2 look. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@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 9e40bc3..d29ac5e 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -591,6 +591,11 @@ SugarPaletteWindowWidget GtkScrolledWindow * {
background-color: @white;
}
+.scale.trough.top:focused,
+.scale.trough.left:focused {
+ border-color: @selection_grey;
+}
+
.scale.slider,
.scale.slider:active {
background-color: transparent;