Adwaita: use opacity on dim-labels istead of a hack
This commit is contained in:
@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user