diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-04 21:23:37 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-04 21:23:37 -0500 |
commit | 3ed89cfd67a28e5f63b577f9a726b917c4cef977 (patch) | |
tree | 5e33e6ada1b31c7267a63074707433b3653b3c10 /res | |
parent | e21b678220ce6ca7712a46ee9fe674320e148bab (diff) | |
download | abaddon-portaudio-3ed89cfd67a28e5f63b577f9a726b917c4cef977.tar.gz abaddon-portaudio-3ed89cfd67a28e5f63b577f9a726b917c4cef977.zip |
reaction box colors from theme
Diffstat (limited to 'res')
-rw-r--r-- | res/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/css/main.css b/res/css/main.css index 1025f24..9eda560 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -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 { |