60 lines
1.8 KiB
Diff
60 lines
1.8 KiB
Diff
|
From b92d3d070a2f397d6588af99dcb4a8cb98f65b8c Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||
|
Date: Tue, 16 Apr 2024 20:49:40 +0200
|
||
|
Subject: [PATCH] data: Update generated stylesheets
|
||
|
|
||
|
---
|
||
|
data/theme/gnome-shell-dark.css | 4 ++++
|
||
|
data/theme/gnome-shell-high-contrast.css | 4 ++++
|
||
|
data/theme/gnome-shell-light.css | 4 ++++
|
||
|
3 files changed, 12 insertions(+)
|
||
|
|
||
|
diff --git a/data/theme/gnome-shell-dark.css b/data/theme/gnome-shell-dark.css
|
||
|
index 70ca5deaa4..76c3334873 100644
|
||
|
--- a/data/theme/gnome-shell-dark.css
|
||
|
+++ b/data/theme/gnome-shell-dark.css
|
||
|
@@ -2917,6 +2917,10 @@ StScrollBar {
|
||
|
.login-dialog-message {
|
||
|
text-align: center; }
|
||
|
|
||
|
+.login-dialog-message-hint, .login-dialog-message {
|
||
|
+ color: #c2c2c2;
|
||
|
+ min-height: 2.75em; }
|
||
|
+
|
||
|
.login-dialog-user-selection-box {
|
||
|
padding-top: 4em;
|
||
|
padding-bottom: 8em; }
|
||
|
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
|
||
|
index 2751b77209..3e326542db 100644
|
||
|
--- a/data/theme/gnome-shell-high-contrast.css
|
||
|
+++ b/data/theme/gnome-shell-high-contrast.css
|
||
|
@@ -3211,6 +3211,10 @@ StScrollBar {
|
||
|
.login-dialog-message {
|
||
|
text-align: center; }
|
||
|
|
||
|
+.login-dialog-message-hint, .login-dialog-message {
|
||
|
+ color: #cccccc;
|
||
|
+ min-height: 2.75em; }
|
||
|
+
|
||
|
.login-dialog-user-selection-box {
|
||
|
padding-top: 4em;
|
||
|
padding-bottom: 8em; }
|
||
|
diff --git a/data/theme/gnome-shell-light.css b/data/theme/gnome-shell-light.css
|
||
|
index 263ecd87f0..7ef7063367 100644
|
||
|
--- a/data/theme/gnome-shell-light.css
|
||
|
+++ b/data/theme/gnome-shell-light.css
|
||
|
@@ -2917,6 +2917,10 @@ StScrollBar {
|
||
|
.login-dialog-message {
|
||
|
text-align: center; }
|
||
|
|
||
|
+.login-dialog-message-hint, .login-dialog-message {
|
||
|
+ color: #c2c2c2;
|
||
|
+ min-height: 2.75em; }
|
||
|
+
|
||
|
.login-dialog-user-selection-box {
|
||
|
padding-top: 4em;
|
||
|
padding-bottom: 8em; }
|
||
|
--
|
||
|
2.43.2
|
||
|
|