From 75674ecbd331160772d7eb0d8a064f5e7dfa8701 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Thu, 30 Jul 2020 13:57:14 -0500 Subject: [PATCH] Gnome-shell: Fix blacked text in popup description --- gnome-shell/_common.scss | 4 ++++ gnome-shell/gnome-shell.css | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 9b4d726e..aa12f66a 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -203,6 +203,10 @@ StScrollBar { padding-bottom: .4em; } + .run-dialog-description { + color: $fg_color; + } + } .mount-dialog-subject, diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 981dfcb7..a115ca65 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -234,6 +234,8 @@ StScrollBar { font-weight: bold; color: #a6acbb; padding-bottom: .4em; } + .modal-dialog .run-dialog-description { + color: #C3C7D1; } .mount-dialog-subject, .end-session-dialog-subject {