mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added borders for expanders
This commit is contained in:
@@ -504,14 +504,17 @@ GtkComboBox.combobox-entry .button:insensitive {
|
||||
************/
|
||||
.expander {
|
||||
color: alpha(currentColor, 0.7);
|
||||
border: alpha(currentColor, 0.7);
|
||||
}
|
||||
|
||||
.expander:hover {
|
||||
color: alpha(currentColor, 0.8);
|
||||
border-color: alpha(currentColor, 0.8);
|
||||
}
|
||||
|
||||
.expander:active {
|
||||
color: alpha(currentColor, 0.9);
|
||||
border-color: alpha(currentColor, 0.9);
|
||||
}
|
||||
|
||||
/**************
|
||||
|
||||
Reference in New Issue
Block a user