From 23f9e583b32f879f78f52ddcc0851ed48b3c967f Mon Sep 17 00:00:00 2001 From: Nicolas Salguero Date: Thu, 14 Mar 2019 15:37:42 +0100 Subject: - correct LXDM theme not applying correctly --- gtkrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtkrc b/gtkrc index 49acf74..4400e32 100644 --- a/gtkrc +++ b/gtkrc @@ -44,7 +44,7 @@ style "bottom" } widget "lxdm" style "back" -widget "lxdm.*.time" style "time" +widget "*.time" style "time" widget "*.prompt" style "prompt" -widget "lxdm.*.bottom_pane" style "bottom" +widget "*.bottom_pane" style "bottom" widget_class "GtkWindow.*.GtkEventBox.*." style "bottom" -- cgit v1.2.1