Adwaita: .dim-label

This commit is contained in:
Lapo Calamandrei 2014-07-07 13:30:24 +02:00
parent 0a0ae97d3c
commit 869d0f3d2f
3 changed files with 10 additions and 0 deletions

View File

@ -131,6 +131,10 @@ GtkLabel {
}
}
.dim-label {
color: gtkalpha(currentColor, 0.55);
}
/*********************
* Spinner Animation *
*********************/

View File

@ -108,6 +108,9 @@
border: 1px solid #215d9c;
background-color: rgba(33, 93, 156, 0.2); }
.dim-label {
color: alpha(currentColor,0.55); }
/*********************
* Spinner Animation *
*********************/

View File

@ -108,6 +108,9 @@
border: 1px solid #4a90d9;
background-color: rgba(74, 144, 217, 0.2); }
.dim-label {
color: alpha(currentColor,0.55); }
/*********************
* Spinner Animation *
*********************/