userStyles: zulip

This commit is contained in:
He4eT 2023-11-22 02:04:04 +01:00
commit 07434b3198

View file

@ -25,6 +25,11 @@
background-color: hsl(0, 0%, 50%) !important; 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. */ /* 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 { .recent_topics_container #recent_topics_table .recent_topics_participant_avatar, .recent_topics_container #recent_topics_table .recent_topics_participant_overflow {
outline: 2px solid #e0e0e0; outline: 2px solid #e0e0e0;