mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 13:40:31 +00:00
Adwaita: style .subtitle like .dim-label
This commit is contained in:
parent
fdd347a85a
commit
b02837b2c2
@ -701,6 +701,7 @@ GtkComboBox {
|
||||
.subtitle {
|
||||
font-size: 80%;
|
||||
padding: 0 12px;
|
||||
@extend .dim-label;
|
||||
}
|
||||
.header-bar-separator,
|
||||
& > GtkBox > .separator.vertical {
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user