From baa892364a8101a993ae81e106b9f42fa03e0cb2 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 19 Sep 2021 15:19:49 -0500 Subject: [PATCH] Gnome-shell: Fix dark text in entries placeholders --- gnome-shell/_common.scss | 2 ++ gnome-shell/gnome-shell.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index fcc6be9..a8998e7 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -74,6 +74,8 @@ StEntry { warning-color: $warning_color; padding: 0 4px; } + + StLabel.hint-text { color: transparentize($fg_color, 0.3); } } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 09d0e8e..1064929 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -111,6 +111,8 @@ StEntry { icon-size: 16px; warning-color: #ff9f39; padding: 0 4px; } + StEntry StLabel.hint-text { + color: rgba(152, 171, 178, 0.7); } /* Scrollbars */ StScrollView.vfade {