Improve insensitive button work-around

Fixes: https://bugs.launchpad.net/midori/+bug/1036483
This commit is contained in:
Daniel P. Fore 2012-08-19 14:22:38 +02:00 committed by Christian Dywan
parent c4693a5084
commit 2e94548d70
1 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@ GtkOverlay MidoriFindbar {
}
/* Kill grey backround on inactive buttons */
.button :insensitive {
background-color: @theme_base_color;
GtkDrawingArea,
GtkImage,
GtkImage:insensitive,
GtkImage:selected {
background-color: @transparent;
}