Improve insensitive button work-around
Fixes: https://bugs.launchpad.net/midori/+bug/1036483
This commit is contained in:
parent
c4693a5084
commit
2e94548d70
1 changed files with 5 additions and 2 deletions
|
@ -20,6 +20,9 @@ GtkOverlay MidoriFindbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Kill grey backround on inactive buttons */
|
/* Kill grey backround on inactive buttons */
|
||||||
.button :insensitive {
|
GtkDrawingArea,
|
||||||
background-color: @theme_base_color;
|
GtkImage,
|
||||||
|
GtkImage:insensitive,
|
||||||
|
GtkImage:selected {
|
||||||
|
background-color: @transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue