diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/button.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/button.rc index 58d2f09..5c5cfef 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/button.rc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/button.rc @@ -37,7 +37,10 @@ style "button" ### Focus ### image { function = FOCUS - file = "images/null.png" } + state = NORMAL + file = "images/button.png" + border = {4, 4, 4, 4} + stretch = TRUE } } }