diff options
author | Marvin W <git@larma.de> | 2022-08-20 20:46:03 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2022-08-20 20:46:03 +0200 |
commit | 517363dfc9dab81c4b59310c739bcf71266fabe0 (patch) | |
tree | 1dadffe88eda90ab7be5d252fdfd8410ef2202e6 /main | |
parent | 0af92393f134c59646deaab7d963a32c0d3d58b2 (diff) | |
download | dino-517363dfc9dab81c4b59310c739bcf71266fabe0.tar.gz dino-517363dfc9dab81c4b59310c739bcf71266fabe0.zip |
GTK4: Fix theme blue highlight
Diffstat (limited to 'main')
-rw-r--r-- | main/data/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |