Workaround grey background on inactive buttons with GTK+3
This commit is contained in:
parent
3fbcc93bac
commit
6f3eb6fd62
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue