From 10bd9b98bc3feaaa066ebced4ea7cdb93296ad20 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Tue, 2 Apr 2024 22:10:54 +0300 Subject: [PATCH] Update #20 app.css bg in dash label --- theme/gnome-shell_css/apps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/gnome-shell_css/apps.css b/theme/gnome-shell_css/apps.css index 5667c77..adf983c 100644 --- a/theme/gnome-shell_css/apps.css +++ b/theme/gnome-shell_css/apps.css @@ -199,7 +199,7 @@ /* popup label when hovering the app in dash */ .dash-label { - background-color: SECTION-COLOR; + background-color: SECTION-OPAQUE-COLOR; color: TEXT-PRIMARY-COLOR; border-radius: 12px; border: 1px solid BORDER-MENU-SHADOW;