From 180f373fcbef542cc7f9b3a3b926a92b57476435 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Jul 2012 21:10:06 +0200 Subject: [PATCH] Added focus state on buttons --- usr/share/themes/Lubuntu-default/gtk-2.0/button.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 } } }