1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

reaction box colors from theme

This commit is contained in:
ouwou 2023-12-04 21:23:37 -05:00
parent e21b678220
commit 3ed89cfd67

View File

@ -110,12 +110,12 @@
.reaction-box {
padding: 2px 5px 2px 5px;
border-radius: 5px;
border: 1px solid black;
border: 1px solid @theme_fg_color;
}
.reaction-box.reacted {
border: 1px solid #5865f2;
background-color: rgba(89, 102, 242, 0.5);
background-color: alpha(@theme_selected_bg_color, 0.5);
}
.set-status-dialog .dialog-vbox {