Make highlighted posts stand out more. #163

This commit is contained in:
ccd0 2015-02-21 09:51:20 -08:00
parent f774a4dba3
commit 67866970e6
2 changed files with 15 additions and 1 deletions

View File

@ -927,7 +927,17 @@ span.hide-announcement {
}
:root.highlight-own .yourPost > .reply,
:root.highlight-you .quotesYou > .reply {
border-left: 2px solid rgba(221,0,0,.5);
border-left: 3px solid rgba(221, 0, 0, .7);
}
:root.highlight-own .yourPost > div.sideArrows,
:root.highlight-you .quotesYou > div.sideArrows,
:root.highlight-own .yourPost .hide-reply-button > .fa:before,
:root.highlight-you .quotesYou .hide-reply-button > .fa:before {
color: rgba(221, 0, 0, .7);
}
:root.highlight-own .yourPost .hide-reply-button,
:root.highlight-you .quotesYou .hide-reply-button {
opacity: 1;
}
/* Quote Threading */
.threadContainer {

View File

@ -49,6 +49,10 @@
border-color: #111;
background-color: rgba(0, 0, 0, .14);
}
:root.tomorrow.highlight-own .yourPost > div.sideArrows,
:root.tomorrow.highlight-you .quotesYou > div.sideArrows {
color: rgba(255, 0, 0, 1);
}
/* QR */
.tomorrow #dump-list::-webkit-scrollbar-thumb {