diff --git a/data/gtk3.css b/data/gtk3.css index 2a6d8f44..17b3975c 100644 --- a/data/gtk3.css +++ b/data/gtk3.css @@ -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; +}