Use currentColor for expanders
parent
dd4cc9ec2e
commit
ce6dfb336a
|
@ -501,11 +501,15 @@ GtkComboBox.combobox-entry .button:insensitive {
|
||||||
* expander *
|
* expander *
|
||||||
************/
|
************/
|
||||||
.expander {
|
.expander {
|
||||||
color: alpha(@theme_fg_color, 0.7);
|
color: alpha(currentColor, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.expander:hover {
|
.expander:hover {
|
||||||
color: alpha(@theme_fg_color, 0.8);
|
color: alpha(currentColor, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.expander:active {
|
||||||
|
color: alpha(currentColor, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
|
|
Loading…
Reference in New Issue