userStyles: zulip

This commit is contained in:
He4eT 2023-12-25 13:11:20 +01:00
commit ac97c1ef53

View file

@ -21,25 +21,17 @@
} }
/* Background color for send button. */ /* Background color for send button. */
#message-send-controls-container, #message-send-controls-container {
.message-send-controls {
filter: grayscale(1); filter: grayscale(1);
} }
/* Background color for submit button. */
.animated-purple-button {
background-color: hsl(0, 0%, 50%) !important;
}
/* Recent conversations hover item. */ /* Recent conversations hover item. */
.recent_view_container #recent_view_table tr:hover, .recent_view_container #recent_view_table tr:hover {
.recent_topics_container #recent_topics_table tr:hover {
background-color: hsl(0, 0%, 85%) !important; background-color: hsl(0, 0%, 85%) !important;
} }
/* Add border to avatars in recent conversations. */ /* Add border to avatars in recent conversations. */
.recent_view_participant_avatar, .recent_view_participant_avatar {
.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;
outline-offset: -2px; outline-offset: -2px;
} }
@ -50,8 +42,7 @@
} }
/* Color for focus indicator. */ /* Color for focus indicator. */
.recent_view_container #recent_view_table .recent_view_focusable:focus-within, .recent_view_container #recent_view_table .recent_view_focusable:focus-within {
.recent_topics_container #recent_topics_table .recent_topics_focusable:focus-within {
box-shadow: 0 3px 0 #212121 !important; box-shadow: 0 3px 0 #212121 !important;
} }
@ -77,17 +68,13 @@ li.active-filter, li.active-sub-filter {
} }
/* Hide toolbar buttons. */ /* Hide toolbar buttons. */
.compose_bottom_bottom_container,
#help-menu, #help-menu,
#navbar-middle .search_closed,
#searchbox_form, #searchbox_form,
#userlist-toggle, #userlist-toggle,
#settings-dropdown { #settings-dropdown {
opacity: 0 !important; opacity: 0 !important;
} }
.compose_bottom_bottom_container:hover,
#help-menu:hover, #help-menu:hover,
#navbar-middle:hover .search_closed,
#searchbox_form:hover, #searchbox_form:hover,
#searchbox_form:focus-within, #searchbox_form:focus-within,
#userlist-toggle:hover, #userlist-toggle:hover,