Adwaita: add minimum size for marks

It's still suboptimal, because there's no way to control the size of the
indicator alone, but this does the job for now.
This commit is contained in:
Cosimo Cecchi 2016-02-28 16:04:17 -08:00
parent 0fb50dc9a8
commit 74a8bbfd38
3 changed files with 10 additions and 0 deletions

View File

@ -2578,6 +2578,8 @@ scale {
}
marks { color: gtkalpha(currentColor, 0.4); }
&.horizontal marks { min-height: 8px; }
&.vertical marks { min-width: 8px; }
// *WARNING* scale with marks madness following

View File

@ -2757,6 +2757,10 @@ scale {
-gtk-icon-shadow: none; }
scale marks {
color: alpha(currentColor,0.4); }
scale.horizontal marks {
min-height: 8px; }
scale.vertical marks {
min-width: 8px; }
scale.color.horizontal trough > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;

View File

@ -2788,6 +2788,10 @@ scale {
-gtk-icon-shadow: none; }
scale marks {
color: alpha(currentColor,0.4); }
scale.horizontal marks {
min-height: 8px; }
scale.vertical marks {
min-width: 8px; }
scale.color.horizontal trough > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
border-style: none;