Adwaita: style GtkLabel.separator

Fixes gnome-document search popup titles.
This commit is contained in:
Lapo Calamandrei 2014-08-29 15:32:45 +02:00
parent 3407a83c23
commit c5893e5dc1
3 changed files with 21 additions and 2 deletions

View File

@ -131,6 +131,11 @@
}
GtkLabel {
&.separator {
color: $fg_color;
@extend .dim-label;
&:backdrop { color: $backdrop_fg_color; }
}
&:selected,
&:selected:focus,
&:selected:hover {

View File

@ -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; }

View File

@ -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; }