From 091448e08cb133e6273f37b8ebb08832acd359f8 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 10 Oct 2012 00:21:58 +0000 Subject: 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 Acked-by: Simon Schampijer --- 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; -- cgit v0.9.1