mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-25 00:14:40 +00:00
GTK4: Fix theme blue highlight
This commit is contained in:
parent
0af92393f1
commit
517363dfc9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue