Adwaita: use opacity on dim-labels istead of a hack

This commit is contained in:
Lapo Calamandrei 2014-07-07 14:04:37 +02:00
parent 869d0f3d2f
commit fdd347a85a
3 changed files with 6 additions and 3 deletions

View File

@ -132,7 +132,8 @@ GtkLabel {
}
.dim-label {
color: gtkalpha(currentColor, 0.55);
opacity: 0.55;
text-shadow: none;
}
/*********************

View File

@ -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 *

View File

@ -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 *