You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
From e407e1f6843258fff417ff9d5e558d256fe10a03 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/_common.scss | 7 ++++++- |
|
1 file changed, 6 insertions(+), 1 deletion(-) |
|
|
|
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss |
|
index 4e82ef58b..ee643c440 100644 |
|
--- a/data/theme/gnome-shell-sass/_common.scss |
|
+++ b/data/theme/gnome-shell-sass/_common.scss |
|
@@ -1769,7 +1769,12 @@ StScrollBar { |
|
.login-dialog-banner { color: darken($osd_fg_color,10%); } |
|
.login-dialog-button-box { spacing: 5px; } |
|
.login-dialog-message-warning { color: $warning_color; } |
|
- .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } |
|
+ .login-dialog-message-hint, .login-dialog-message { |
|
+ color: darken($osd_fg_color, 20%); |
|
+ padding-top: 0; |
|
+ padding-bottom: 20px; |
|
+ min-height: 2.75em; |
|
+ } |
|
.login-dialog-user-selection-box { padding: 100px 0px; } |
|
.login-dialog-not-listed-label { |
|
padding-left: 2px; |
|
-- |
|
2.17.1 |
|
|
|
|