mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Merge branch 'master' into gtk-3.12
This commit is contained in:
@@ -503,15 +503,18 @@ GtkComboBox.combobox-entry .button:insensitive {
|
|||||||
* expander *
|
* expander *
|
||||||
************/
|
************/
|
||||||
.expander {
|
.expander {
|
||||||
color: alpha(currentColor, 0.7);
|
color: alpha(currentColor, 0.7);
|
||||||
|
border: alpha(currentColor, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.expander:hover {
|
.expander:hover {
|
||||||
color: alpha(currentColor, 0.8);
|
color: alpha(currentColor, 0.8);
|
||||||
|
border-color: alpha(currentColor, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.expander:active {
|
.expander:active {
|
||||||
color: alpha(currentColor, 0.9);
|
color: alpha(currentColor, 0.9);
|
||||||
|
border-color: alpha(currentColor, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
|
|||||||
Reference in New Issue
Block a user