diff options
author | Horst3180 | 2016-03-03 12:04:24 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-03 12:04:24 +0100 |
commit | 58bf6bb81bae5ff75560e03a66f634238476d618 (patch) | |
tree | 41adef20086dbaf24e5b41c2e97b6c1abd9bb00c /common/gtk-3.0/3.20/gtk.css | |
parent | 900af619c3291fcacf7b129554f5ff4da7ca713c (diff) | |
download | solarc-theme-58bf6bb81bae5ff75560e03a66f634238476d618.tar.gz solarc-theme-58bf6bb81bae5ff75560e03a66f634238476d618.tar.xz solarc-theme-58bf6bb81bae5ff75560e03a66f634238476d618.zip |
fix scales with marks
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 66729c4..0f61890 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1926,19 +1926,23 @@ scale { min-width: 9px; padding: 5px; } scale marks { - color: alpha(currentColor,0.3); } + color: alpha(currentColor,0.4); } scale marks.top { - margin-bottom: -4px; } + margin-bottom: -4px; + margin-top: 4px; } scale marks.bottom { - margin-top: -4px; } + margin-top: -4px; + margin-bottom: 4px; } scale marks.left { - margin-right: -4px; } + margin-right: -4px; + margin-left: 4px; } scale marks.right { - margin-left: -4px; } - scale.horizontal mark indicator { + margin-left: -4px; + margin-right: 4px; } + scale.horizontal indicator { min-height: 3px; min-width: 1px; } - scale.vertical mark indicator { + scale.vertical indicator { min-height: 1px; min-width: 3px; } scale.fine-tune { |