Fix #3203 and restore the hover color for the 'Enabled' buttons
This commit is contained in:
@@ -290,6 +290,10 @@ GtkMenu {
|
||||
#MyExpanderTitle:hover {
|
||||
background-color: #202020;
|
||||
}
|
||||
#MyExpanderTitle GtkEventBox:hover GtkImage {
|
||||
background-color: #202020;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#MyExpanderTitle:hover GtkLabel {
|
||||
color: #D8D8D8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user