userStyles: zulip

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

View file

@ -20,17 +20,25 @@
background-color: #efebeb !important; background-color: #efebeb !important;
} }
/* Background color for send button. */
#message-send-controls-container,
.message-send-controls {
filter: grayscale(1);
}
/* Background color for submit button. */ /* Background color for submit button. */
.animated-purple-button { .animated-purple-button {
background-color: hsl(0, 0%, 50%) !important; background-color: hsl(0, 0%, 50%) !important;
} }
/* Recent conversations hover item. */ /* Recent conversations hover item. */
.recent_view_container #recent_view_table tr:hover,
.recent_topics_container #recent_topics_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_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;
outline-offset: -2px; outline-offset: -2px;
@ -42,6 +50,7 @@
} }
/* Color for focus indicator. */ /* Color for focus indicator. */
.recent_view_container #recent_view_table .recent_view_focusable:focus-within,
.recent_topics_container #recent_topics_table .recent_topics_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;
} }
@ -69,13 +78,18 @@ li.active-filter, li.active-sub-filter {
/* Hide toolbar buttons. */ /* Hide toolbar buttons. */
.compose_bottom_bottom_container, .compose_bottom_bottom_container,
#help-menu,
#navbar-middle .search_closed, #navbar-middle .search_closed,
#searchbox_form,
#userlist-toggle, #userlist-toggle,
#settings-dropdown { #settings-dropdown {
opacity: 0 !important; opacity: 0 !important;
} }
.compose_bottom_bottom_container:hover, .compose_bottom_bottom_container:hover,
#help-menu:hover,
#navbar-middle:hover .search_closed, #navbar-middle:hover .search_closed,
#searchbox_form:hover,
#searchbox_form:focus-within,
#userlist-toggle:hover, #userlist-toggle:hover,
#settings-dropdown:hover { #settings-dropdown:hover {
opacity: 1 !important; opacity: 1 !important;