diff options
author | Horst3180 | 2016-03-07 22:50:11 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-07 23:11:14 +0100 |
commit | fd3221e4cd018c3c58ed5297d7d8fb729a98e1e2 (patch) | |
tree | ab2bde195587d13b681db6a6697ed015bc2a24c6 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | 0353810bd2a2ea8e1544f3be86bc9f1e7fb7d42d (diff) | |
download | solarc-theme-fd3221e4cd018c3c58ed5297d7d8fb729a98e1e2.tar.gz solarc-theme-fd3221e4cd018c3c58ed5297d7d8fb729a98e1e2.tar.xz solarc-theme-fd3221e4cd018c3c58ed5297d7d8fb729a98e1e2.zip |
scale updates
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index d066153..35b3ade 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1920,18 +1920,34 @@ scale { min-height: 9px; min-width: 9px; padding: 5px; } + scale value { + color: alpha(currentColor,0.4); } scale marks { color: alpha(currentColor,0.4); } scale marks.top { + margin-bottom: -2px; + margin-top: 2px; } + scale marks.bottom { + margin-top: -2px; + margin-bottom: 2px; } + scale marks.top { + margin-right: -2px; + margin-left: 2px; } + scale marks.bottom { + margin-left: -2px; + margin-right: 2px; } + scale.fine-tune marks { + color: alpha(currentColor,0.4); } + scale.fine-tune marks.top { margin-bottom: -4px; margin-top: 4px; } - scale marks.bottom { + scale.fine-tune marks.bottom { margin-top: -4px; margin-bottom: 4px; } - scale marks.left { + scale.fine-tune marks.top { margin-right: -4px; margin-left: 4px; } - scale marks.right { + scale.fine-tune marks.bottom { margin-left: -4px; margin-right: 4px; } scale.horizontal indicator { |