Fixed some label errors.

This commit is contained in:
Sam Hewitt 2015-03-01 15:25:26 -05:00
parent 0f25c1a1ca
commit 62675a0577
2 changed files with 5 additions and 9 deletions

View File

@ -37,7 +37,7 @@ GtkLabel {
*:active GtkLabel,
*:focus GtkLabel,
*:hover GtkLabel {
color: @selected_foreground;
color: @foreground;
}
.label:backdrop,

View File

@ -53,18 +53,14 @@ GtkTable {
color: @text;
}
GtkBox GtkLabel,
GtkBox,
GtkStack GtkLabel,
GtkStack,
GtkTable GtkLabel {
color: @text;
}
GtkBox {
color: @text;
}
GtkBox GtkLabel {
color: @text;
}
/********
* View *