aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css22
1 files changed, 19 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index d7fc7d0..1602115 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -1924,18 +1924,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 {