[gnome-themes-standard] adwaita gtk3: add .scale.mark.separator to color scale mark lines.



commit 9604ed0207df858190ba434bf0d2c02d4ca8e6d9
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Dec 7 17:34:19 2012 +0100

    adwaita gtk3: add .scale.mark.separator to color scale mark lines.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index eefe770..d5ca628 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -999,6 +999,7 @@ GtkLevelBar.vertical {
 /************
  * GtkScale *
  ************/
+
 .scale {
     -GtkScale-slider-length: 16;
     -GtkRange-slider-width: 20;
@@ -1060,7 +1061,8 @@ GtkLevelBar.vertical {
     background-color: @unfocused_borders;
 }
 
-.scale.mark {
+.scale.mark.separator {
+    /* defines the color of the actuall marks on the scale */
     color: alpha(@theme_fg_color, 0.3);
 }
 



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