mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Adwaita: style GtkLabel.separator
Fixes gnome-document search popup titles.
This commit is contained in:
parent
3407a83c23
commit
c5893e5dc1
@ -131,6 +131,11 @@
|
||||
}
|
||||
|
||||
GtkLabel {
|
||||
&.separator {
|
||||
color: $fg_color;
|
||||
@extend .dim-label;
|
||||
&:backdrop { color: $backdrop_fg_color; }
|
||||
}
|
||||
&:selected,
|
||||
&:selected:focus,
|
||||
&:selected:hover {
|
||||
|
@ -83,12 +83,19 @@
|
||||
.overshoot {
|
||||
background-color: rgba(33, 93, 156, 0.2); }
|
||||
|
||||
GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
|
||||
.sidebar .view GtkLabel.separator:backdrop {
|
||||
color: #eeeeec; }
|
||||
GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
|
||||
.sidebar .view GtkLabel.separator:backdrop {
|
||||
color: #c9cbc9; }
|
||||
GtkLabel:insensitive {
|
||||
color: #939695; }
|
||||
GtkLabel:insensitive:backdrop {
|
||||
color: #5d6767; }
|
||||
|
||||
.dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
|
||||
.dim-label, GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
|
||||
.sidebar .view GtkLabel.separator:backdrop, .titlebar .subtitle, GtkCalendar.header .subtitle,
|
||||
.header-bar .subtitle {
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
@ -83,12 +83,19 @@
|
||||
.overshoot {
|
||||
background-color: rgba(74, 144, 217, 0.2); }
|
||||
|
||||
GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
|
||||
.sidebar .view GtkLabel.separator:backdrop {
|
||||
color: #2e3436; }
|
||||
GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
|
||||
.sidebar .view GtkLabel.separator:backdrop {
|
||||
color: #54595a; }
|
||||
GtkLabel:insensitive {
|
||||
color: #8d9091; }
|
||||
GtkLabel:insensitive:backdrop {
|
||||
color: #c7c7c7; }
|
||||
|
||||
.dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
|
||||
.dim-label, GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
|
||||
.sidebar .view GtkLabel.separator:backdrop, .titlebar .subtitle, GtkCalendar.header .subtitle,
|
||||
.header-bar .subtitle {
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user