tweak messager styles

pull/3523/head
Thibault Duplessis 2017-08-25 16:22:51 -05:00
parent 0506e5e2b3
commit 82df411ed7
2 changed files with 13 additions and 5 deletions

View File

@ -83,10 +83,6 @@ body.dark div.sub_ratings > a.active,
body.dark div.game_row,
body.dark div.side form.search input,
body.dark #lichess_forum div.post,
body.dark #lichess_message tr,
body.dark #lichess_message div.thread_message,
body.dark #lichess_message textarea,
body.dark #lichess_message input,
body.dark .content_box form input,
body.dark .progressbar,
body.dark form.translation_form div.messages,
@ -344,7 +340,7 @@ body.dark #miniGame {
body.dark .tview2 line move,
body.dark #lichess_forum div.post .message,
body.dark #lichess_blog,
body.dark #lichess_message div.thread_message div.thread_message_body,
body.dark #lichess_message div.thread_message_body,
body.dark form.translation_form div.message label,
body.dark div.user_show div.content_box_top > span strong {
color: #b0b0b0;

View File

@ -150,3 +150,15 @@ div.sidebar a {
color: red;
margin-left: 60px;
}
#lichess_message .end {
border-top: 1px solid #d4d4d4;
padding-top: 2em;
}
body.dark #lichess_message tr,
body.dark #lichess_message div.thread_message,
body.dark #lichess_message textarea,
body.dark #lichess_message input,
body.dark #lichess_message .end {
border-color: #3d3d3d;
}