From 73831463741adfa974f5807f1a43510c6afcfb37 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 24 Oct 2023 11:48:04 +0800 Subject: [PATCH] update --- src/sass/gtk/apps/_lightdm.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/sass/gtk/apps/_lightdm.scss b/src/sass/gtk/apps/_lightdm.scss index dc344f78..818482f5 100644 --- a/src/sass/gtk/apps/_lightdm.scss +++ b/src/sass/gtk/apps/_lightdm.scss @@ -50,6 +50,19 @@ // the entries, one for the username, one for the password entry {} + + GtkComboBox { + background: none; + + .button { + &, &:hover, &:active, &:focus { + padding: 0; + background: none; + border-style: none; + box-shadow: none; + } + } + } } // the buttons, alternatively this could also be done with a simple ".lightdm-gtk-greeter button"