30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
|
From cf4d6eac54e0614fe95a34a88c5c07283d49599b 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-dialog.scss | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
|
||
|
index 1789beca9..84539342d 100644
|
||
|
--- a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
|
||
|
+++ b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
|
||
|
@@ -93,6 +93,10 @@
|
||
|
.login-dialog-banner { color: darken($osd_fg_color,10%); }
|
||
|
.login-dialog-button-box { width: 23em; spacing: 5px; }
|
||
|
.login-dialog-message { text-align: center; }
|
||
|
+.login-dialog-message-hint, .login-dialog-message {
|
||
|
+ color: darken($osd_fg_color, 20%);
|
||
|
+ min-height: 2.75em;
|
||
|
+}
|
||
|
.login-dialog-user-selection-box { padding: 100px 0px; }
|
||
|
.login-dialog-not-listed-label {
|
||
|
padding-left: 2px;
|
||
|
--
|
||
|
2.31.1
|
||
|
|