Also fix highlighting problem in Tomorrow catalog.
This commit is contained in:
parent
7bac1ae486
commit
57f1214594
@ -63,21 +63,21 @@
|
||||
:root.tomorrow .qphl {
|
||||
outline: 2px solid rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.tomorrow.highlight-you .quotesYou.opContainer,
|
||||
:root.tomorrow.highlight-you .quotesYou > .reply {
|
||||
:root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer).opContainer,
|
||||
:root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer) > .reply {
|
||||
border-left: 3px solid rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.tomorrow.highlight-own .yourPost.opContainer,
|
||||
:root.tomorrow.highlight-own .yourPost > .reply {
|
||||
:root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer).opContainer,
|
||||
:root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer) > .reply {
|
||||
border-left: 3px dashed rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.tomorrow .opContainer.filter-highlight,
|
||||
:root.tomorrow .filter-highlight > .reply {
|
||||
:root.tomorrow .opContainer.filter-highlight:not(.catalog-postContainer),
|
||||
:root.tomorrow .filter-highlight:not(.catalog-postContainer) > .reply {
|
||||
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
||||
}
|
||||
:root.tomorrow.highlight-own .yourPost > div.sideArrows,
|
||||
:root.tomorrow.highlight-you .quotesYou > div.sideArrows,
|
||||
:root.tomorrow .filter-highlight > div.sideArrows {
|
||||
:root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer) > div.sideArrows,
|
||||
:root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer) > div.sideArrows,
|
||||
:root.tomorrow .filter-highlight:not(.catalog-postContainer) > div.sideArrows {
|
||||
color: rgb(155, 185, 210);
|
||||
}
|
||||
:root.tomorrow .catalog-thread.filter-highlight .catalog-thumb,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user