mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
Adwaita: increase opacity on scale label and marks
using the same opacity as dim-label.
This commit is contained in:
parent
5a2eacfd04
commit
a763bd7df1
@ -2890,10 +2890,10 @@ scale {
|
||||
}
|
||||
}
|
||||
|
||||
value { color: gtkalpha(currentColor, 0.4); }
|
||||
value { color: gtkalpha(currentColor, 0.55); }
|
||||
|
||||
marks {
|
||||
color: gtkalpha(currentColor, 0.4);
|
||||
color: gtkalpha(currentColor, 0.55);
|
||||
|
||||
@each $marks_class, $marks_pos, $marks_margin in (top, top, bottom),
|
||||
(bottom, bottom, top),
|
||||
|
@ -3103,9 +3103,9 @@ scale {
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
scale value {
|
||||
color: alpha(currentColor,0.4); }
|
||||
color: alpha(currentColor,0.55); }
|
||||
scale marks {
|
||||
color: alpha(currentColor,0.4); }
|
||||
color: alpha(currentColor,0.55); }
|
||||
scale marks.top {
|
||||
margin-bottom: 6px;
|
||||
margin-top: -12px; }
|
||||
|
@ -3132,9 +3132,9 @@ scale {
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
scale value {
|
||||
color: alpha(currentColor,0.4); }
|
||||
color: alpha(currentColor,0.55); }
|
||||
scale marks {
|
||||
color: alpha(currentColor,0.4); }
|
||||
color: alpha(currentColor,0.55); }
|
||||
scale marks.top {
|
||||
margin-bottom: 6px;
|
||||
margin-top: -12px; }
|
||||
|
Loading…
Reference in New Issue
Block a user