Skip to content

Commit

Permalink
Preferences style
Browse files Browse the repository at this point in the history
Added css elements for the preferences menu and related controls.
  • Loading branch information
mmiraldi committed Apr 29, 2019
1 parent ed06a4f commit c9bc62c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion black.css
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,15 @@ ts-thread .view_all_replies_container:hover {
color: var(--text);
}

.c-select_button,
.c-select_options_list__wrapper {
background-color: var(--background);
}

.c-sidebar_menu__list_item,
.c-select_options_list__option {
color: var(--text);
}

#threads_msgs_scroller_div .threads_caught_up_divider .divider_line,
#threads_msgs_scroller_div .threads_caught_up_divider .divider_label {
Expand Down Expand Up @@ -1210,9 +1219,13 @@ ts-jumper ts-jumper-container {
background: var(--background-hover);
}

.channel_options_modal .c-fullscreen_modal__title {
.channel_options_modal .c-fullscreen_modal__title,
.c-fullscreen_modal__body {
color: var(--text);
}
.p-prefs_modal__radiogroup label.p-prefs_modal__radiogroup--selected {
color: var(--background);
}
.c-fullscreen_modal__back:hover, .c-fullscreen_modal__close:hover {
background-color: #e8e8e8;
color: var(--text-bright);
Expand Down

0 comments on commit c9bc62c

Please sign in to comment.