From 0201a25196ce30dea42278e0abd3f30c031d9d99 Mon Sep 17 00:00:00 2001 From: Nicolas Salguero Date: Tue, 2 Mar 2021 14:59:10 +0100 Subject: - correct GTK3 theme --- greeter-gtk3.ui | 1 + gtk.css | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/greeter-gtk3.ui b/greeter-gtk3.ui index f0d29a3..e32d77a 100644 --- a/greeter-gtk3.ui +++ b/greeter-gtk3.ui @@ -60,6 +60,7 @@ GTK_POLICY_NEVER GTK_POLICY_NEVER 180 + 300 True diff --git a/gtk.css b/gtk.css index eefe846..aa49c8a 100644 --- a/gtk.css +++ b/gtk.css @@ -6,15 +6,20 @@ background-image: url("shade.png") } -#time { +#time, #label2, #label_lang, #label_keyboard, #exit { font: Sans 12; color: #ffffff } +#exit:hover { + color: #000000 +} + #user_list, #login_entry { background-image: none } -#prompt, #bottom_pane GtkLabel { +#prompt { + font: Sans Bold 22; color: #ffffff } -- cgit v1.2.1