Fixed notebook text.

This commit is contained in:
Sam Hewitt 2015-01-02 01:28:03 -05:00
parent f9c4172971
commit c11094e358

View File

@ -61,6 +61,28 @@
border-color: @backdrop_border;
}
/* Labels */
.notebook GtkLabel,
.notebook:active GtkLabel,
.notebook:focus GtkLabel,
.notebook:hover GtkLabel {
color: @text;
}
.notebook:backdrop GtkLabel,
.notebook:backdrop:hover GtkLabel,
.notebook:active:backdrop GtkLabel {
color: @backdrop_text;
}
.notebook:insensitive GtkLabel {
color: @insensitive_text;
}
.notebook:insensitive:backdrop GtkLabel {
color: mix(@backdrop_text, @insensitive_text, 0.5);
}
/*----- Tabs -----*/