From 07434b31982f4bef8793ef47d18e32016d9247b1 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 22 Nov 2023 02:04:04 +0100 Subject: [PATCH] userStyles: zulip --- userStyles/zulip.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userStyles/zulip.css b/userStyles/zulip.css index dd90c7d..0314fcb 100644 --- a/userStyles/zulip.css +++ b/userStyles/zulip.css @@ -25,6 +25,11 @@ background-color: hsl(0, 0%, 50%) !important; } +/* Recent conversations hover item. */ +.recent_topics_container #recent_topics_table tr:hover { + background-color: hsl(0, 0%, 85%) !important; +} + /* Add border to avatars in recent conversations. */ .recent_topics_container #recent_topics_table .recent_topics_participant_avatar, .recent_topics_container #recent_topics_table .recent_topics_participant_overflow { outline: 2px solid #e0e0e0;