From a1ebeab3e31330a99c1d1fed853c532ccd5cfad7 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 29 May 2023 12:40:59 -0500 Subject: [PATCH] dialogs: Fix fullscreen indicator color --- theme/parts/dialogs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/parts/dialogs.css b/theme/parts/dialogs.css index ee5954d..be4bbef 100644 --- a/theme/parts/dialogs.css +++ b/theme/parts/dialogs.css @@ -96,6 +96,7 @@ dialog#handling { /* Fullscreen warning */ #fullscreen-warning { background: var(--gnome-toolbar-background) !important; + color: var(--gnome-toolbar-color) !important; border: none !important; }