mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 13:40:31 +00:00
Adwaita: use opacity on dim-labels istead of a hack
This commit is contained in:
parent
869d0f3d2f
commit
fdd347a85a
@ -132,7 +132,8 @@ GtkLabel {
|
||||
}
|
||||
|
||||
.dim-label {
|
||||
color: gtkalpha(currentColor, 0.55);
|
||||
opacity: 0.55;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/*********************
|
||||
|
@ -109,7 +109,8 @@
|
||||
background-color: rgba(33, 93, 156, 0.2); }
|
||||
|
||||
.dim-label {
|
||||
color: alpha(currentColor,0.55); }
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
|
@ -109,7 +109,8 @@
|
||||
background-color: rgba(74, 144, 217, 0.2); }
|
||||
|
||||
.dim-label {
|
||||
color: alpha(currentColor,0.55); }
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
|
Loading…
Reference in New Issue
Block a user