aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802016-03-03 12:04:24 +0100
committerHorst31802016-03-03 12:04:24 +0100
commit58bf6bb81bae5ff75560e03a66f634238476d618 (patch)
tree41adef20086dbaf24e5b41c2e97b6c1abd9bb00c /common/gtk-3.0/3.20/gtk-solid-darker.css
parent900af619c3291fcacf7b129554f5ff4da7ca713c (diff)
downloadsolarc-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-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 22c3bb1..aa43e25 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1922,19 +1922,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 {