forked from AuroraMiddleware/gtk
Adwaita: added back scale marks style
This commit is contained in:
parent
52ba39ba73
commit
37c943c8cd
@ -2293,6 +2293,8 @@ scale {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
marks { color: gtkalpha(currentColor, 0.4); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 *
|
||||||
|
@ -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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user