diff options
-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); } |