[gtk+/gtk-3-8] win32: set color for scale marks



commit 9fde11c4c175d28386dd8965f589951ba68b095e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jan 24 18:26:26 2014 +0100

    win32: set color for scale marks

 gtk/gtk-win32-base.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index a0bc114..bd9921d 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -449,6 +449,11 @@ GtkButton.check:active:prelight {
     background-image: -gtk-win32-theme-part(trackbar, 1 1);
 }
 
+.scale.mark {
+    /* defines the color of the actuall marks on the scale */
+    color: shade(@bg_color, 0.6);
+}
+
 .scale.slider {
     background-color: transparent;
     border-width: 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]