Use currentColor for expanders

pull/145/head
Satyajit Sahoo 2014-02-21 06:38:11 +05:30
parent dd4cc9ec2e
commit ce6dfb336a
1 changed files with 6 additions and 2 deletions

View File

@ -501,11 +501,15 @@ GtkComboBox.combobox-entry .button:insensitive {
* expander *
************/
.expander {
color: alpha(@theme_fg_color, 0.7);
color: alpha(currentColor, 0.7);
}
.expander:hover {
color: alpha(@theme_fg_color, 0.8);
color: alpha(currentColor, 0.8);
}
.expander:active {
color: alpha(currentColor, 0.9);
}
/*********