forked from rpms/gnome-shell
Not all patches have been upstreamed, so re-apply the changes from RHEL 9 that are still relevant. Downstream branding will be different in RHEL 10, so it has been left out for now and will be handled in a separate issue. Resolves: RHEL-32989
31 lines
968 B
Diff
31 lines
968 B
Diff
From d6a0011a893ad736eb0ca18e3018acaca3000f15 Mon Sep 17 00:00:00 2001
|
|
From: Ray Strode <rstrode@redhat.com>
|
|
Date: Mon, 26 Jun 2017 14:35:05 -0400
|
|
Subject: [PATCH] loginDialog: make info messages themed
|
|
|
|
They were lacking a definition before leading them to
|
|
show up invisible.
|
|
---
|
|
data/theme/gnome-shell-sass/widgets/_login-lock.scss | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/data/theme/gnome-shell-sass/widgets/_login-lock.scss b/data/theme/gnome-shell-sass/widgets/_login-lock.scss
|
|
index 4dc9aec0b5..c9bc223db9 100644
|
|
--- a/data/theme/gnome-shell-sass/widgets/_login-lock.scss
|
|
+++ b/data/theme/gnome-shell-sass/widgets/_login-lock.scss
|
|
@@ -80,6 +80,11 @@ $_gdm_dialog_width: 25em;
|
|
text-align: center;
|
|
}
|
|
|
|
+.login-dialog-message-hint, .login-dialog-message {
|
|
+ color: darken($_gdm_fg, 20%);
|
|
+ min-height: 2.75em;
|
|
+}
|
|
+
|
|
.login-dialog-user-selection-box {
|
|
// padding to ensure the box doesn't overlap the panel
|
|
padding-top: 4em;
|
|
--
|
|
2.44.0
|
|
|