Fix #3203 and restore the hover color for the 'Enabled' buttons

This commit is contained in:
Hombre
2016-03-12 00:09:30 +01:00
parent e6839f44c0
commit 7f0a96e448
22 changed files with 56 additions and 50 deletions

View File

@@ -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;
}