Make highlighted posts stand out more. #163
This commit is contained in:
parent
f774a4dba3
commit
67866970e6
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user