Fix #3203 and restore the hover color for the 'Enabled' buttons
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 408 B |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 423 B |
@@ -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;
|
||||
}
|
||||
|