diff --git a/debian/changelog b/debian/changelog index a448463..1f27d8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lubuntu-artwork (0.25) UNRELEASED; urgency=low + + * usr/share/themes/Lubuntu-default: + - Fix black background for some widgets (LP: #933682) + + -- Julien Lavergne Mon, 20 Feb 2012 02:01:41 +0100 + lubuntu-artwork (0.24) precise; urgency=low * usr/share/themes/Lubuntu-default: diff --git a/usr/share/themes/Lubuntu-default/gtk-3.0/gtk.css b/usr/share/themes/Lubuntu-default/gtk-3.0/gtk.css index db5b853..9588c89 100644 --- a/usr/share/themes/Lubuntu-default/gtk-3.0/gtk.css +++ b/usr/share/themes/Lubuntu-default/gtk-3.0/gtk.css @@ -63,6 +63,7 @@ border-width: 1px; border-radius: 2px; border-style: none; + background-color: @bg_color; -unico-focus-fill-color: @null; -unico-focus-border-color: alpha (@border_color, 0.5);