diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-05-21 02:15:45 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-05-21 02:15:45 -0400 |
commit | 23621a50e6e8fd3b4fdceae2395a100970b4a20b (patch) | |
tree | 1543289a1a6877c68f613ee67e0c07a16ba2b532 | |
parent | ead06ca864714e6804344da37da2f74230bfa39b (diff) | |
download | abaddon-portaudio-23621a50e6e8fd3b4fdceae2395a100970b4a20b.tar.gz abaddon-portaudio-23621a50e6e8fd3b4fdceae2395a100970b4a20b.zip |
update css
-rw-r--r-- | res/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/css/main.css b/res/css/main.css index db548ac..65d6eeb 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -157,6 +157,11 @@ min-height: 0px; } +.classic-mention-overlay:selected { + color: @theme_selected_color; + background-color: @theme_selected_bg_color; +} + .channel-list .view:selected { background-color: @theme_selected_bg_color; } @@ -176,6 +181,10 @@ background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%); } +.classic-guild-list-folder.has-unread stack { + background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%); +} + .classic-guild-list-guild box, .classic-guild-list-folder stack { padding-left: 10px; } |