Workaround grey background on inactive buttons with GTK+3

This commit is contained in:
Paweł Forysiuk 2012-08-12 16:32:41 +02:00 committed by Christian Dywan
parent 3fbcc93bac
commit 6f3eb6fd62
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@ GtkOverlay MidoriFindbar {
border-width: 0 0 1px 1px; /* top right bottom left */
}
/* Kill grey backround on inactive buttons */
.button :insensitive {
background-color: @theme_base_color;
}