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 Ajay Garg <ajay@activitycentral.com>2012-11-05 19:15:25 (GMT)
commit2ad805810964400b50b3a3adfb4929013848b50a (patch)
treeab45961397cf260fb33ed5a48c7a4534b768e09a
parent164e0b06eb5139ae1784c71483f1ce75570818e8 (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> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-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;