Adwaita: added back scale marks style

This commit is contained in:
Lapo Calamandrei 2015-12-03 16:18:12 +01:00
parent 52ba39ba73
commit 37c943c8cd
3 changed files with 6 additions and 0 deletions

View File

@ -2293,6 +2293,8 @@ scale {
} }
} }
} }
marks { color: gtkalpha(currentColor, 0.4); }
} }

View File

@ -3078,6 +3078,8 @@ scale {
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }
scale marks {
color: alpha(currentColor,0.4); }
/***************** /*****************
* Progress bars * * Progress bars *

View File

@ -3240,6 +3240,8 @@ scale {
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }
scale marks {
color: alpha(currentColor,0.4); }
/***************** /*****************
* Progress bars * * Progress bars *