From 517363dfc9dab81c4b59310c739bcf71266fabe0 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sat, 20 Aug 2022 20:46:03 +0200 Subject: GTK4: Fix theme blue highlight --- main/data/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/data/theme.css b/main/data/theme.css index 8c1a826b..782f980e 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -211,7 +211,7 @@ window.dino-main .dino-chatinput-button button:checked { color: alpha(@theme_selected_bg_color, 0.8); } -window.dino-main .dino-attach-button:backdrop, +window.dino-main .dino-attach-button:checked:backdrop, window.dino-main .dino-chatinput-button button:checked:backdrop { color: alpha(@theme_unfocused_selected_bg_color, 0.8); } -- cgit v1.2.3-54-g00ecf