Adwaita: style .subtitle like .dim-label

This commit is contained in:
Lapo Calamandrei 2014-07-07 14:17:51 +02:00
parent fdd347a85a
commit b02837b2c2
3 changed files with 5 additions and 2 deletions

View File

@ -701,6 +701,7 @@ GtkComboBox {
.subtitle {
font-size: 80%;
padding: 0 12px;
@extend .dim-label;
}
.header-bar-separator,
& > GtkBox > .separator.vertical {

View File

@ -108,7 +108,8 @@
border: 1px solid #215d9c;
background-color: rgba(33, 93, 156, 0.2); }
.dim-label {
.dim-label, .titlebar .subtitle,
.header-bar .subtitle {
opacity: 0.55;
text-shadow: none; }

View File

@ -108,7 +108,8 @@
border: 1px solid #4a90d9;
background-color: rgba(74, 144, 217, 0.2); }
.dim-label {
.dim-label, .titlebar .subtitle,
.header-bar .subtitle {
opacity: 0.55;
text-shadow: none; }