opContainer is a misleading name for this variable.
This commit is contained in:
parent
f9dc328286
commit
98be4caf75
@ -67,15 +67,15 @@
|
||||
:root.spooky .qphl {
|
||||
outline: 2px solid rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.spooky.highlight-you .quotesYou$site$relative$opContainer,
|
||||
:root.spooky.highlight-you .quotesYou$site$relative$opHighlight,
|
||||
:root.spooky.highlight-you .quotesYou$site$relative$replyPost {
|
||||
border-left: 3px solid rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.spooky.highlight-own .yourPost$site$relative$opContainer,
|
||||
:root.spooky.highlight-own .yourPost$site$relative$opHighlight,
|
||||
:root.spooky.highlight-own .yourPost$site$relative$replyPost {
|
||||
border-left: 3px dashed rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.spooky .filter-highlight$site$relative$opContainer,
|
||||
:root.spooky .filter-highlight$site$relative$opHighlight,
|
||||
:root.spooky .filter-highlight$site$relative$replyPost {
|
||||
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
||||
}
|
||||
|
||||
@ -1448,15 +1448,15 @@ input[name="Default Volume"] {
|
||||
.qphl {
|
||||
outline: 2px solid rgba(216, 94, 49, .8);
|
||||
}
|
||||
:root.highlight-you .quotesYou$site$relative$opContainer,
|
||||
:root.highlight-you .quotesYou$site$relative$opHighlight,
|
||||
:root.highlight-you .quotesYou$site$relative$replyPost {
|
||||
border-left: 3px solid rgba(221, 0, 0, .8);
|
||||
}
|
||||
:root.highlight-own .yourPost$site$relative$opContainer,
|
||||
:root.highlight-own .yourPost$site$relative$opHighlight,
|
||||
:root.highlight-own .yourPost$site$relative$replyPost {
|
||||
border-left: 3px dashed rgba(221, 0, 0, .8);
|
||||
}
|
||||
.filter-highlight$site$relative$opContainer,
|
||||
.filter-highlight$site$relative$opHighlight,
|
||||
.filter-highlight$site$relative$replyPost {
|
||||
box-shadow: inset 5px 0 rgba(221, 0, 0, .5);
|
||||
}
|
||||
@ -1465,9 +1465,9 @@ input[name="Default Volume"] {
|
||||
.filter-highlight > $site$sideArrows {
|
||||
color: rgba(221, 0, 0, .8);
|
||||
}
|
||||
:root.highlight-own .yourPost$site$relative$opContainer::after,
|
||||
:root.highlight-you .quotesYou$site$relative$opContainer::after,
|
||||
.filter-highlight$site$relative$opContainer::after {
|
||||
:root.highlight-own .yourPost$site$relative$opHighlight::after,
|
||||
:root.highlight-you .quotesYou$site$relative$opHighlight::after,
|
||||
.filter-highlight$site$relative$opHighlight::after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
|
||||
@ -63,15 +63,15 @@
|
||||
:root.tomorrow .qphl {
|
||||
outline: 2px solid rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.tomorrow.highlight-you .quotesYou$site$relative$opContainer,
|
||||
:root.tomorrow.highlight-you .quotesYou$site$relative$opHighlight,
|
||||
:root.tomorrow.highlight-you .quotesYou$site$relative$replyPost {
|
||||
border-left: 3px solid rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.tomorrow.highlight-own .yourPost$site$relative$opContainer,
|
||||
:root.tomorrow.highlight-own .yourPost$site$relative$opHighlight,
|
||||
:root.tomorrow.highlight-own .yourPost$site$relative$replyPost {
|
||||
border-left: 3px dashed rgba(145, 182, 214, .8);
|
||||
}
|
||||
:root.tomorrow .filter-highlight$site$relative$opContainer,
|
||||
:root.tomorrow .filter-highlight$site$relative$opHighlight,
|
||||
:root.tomorrow .filter-highlight$site$relative$replyPost {
|
||||
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ SW.tinyboard =
|
||||
link: '.fileinfo > a'
|
||||
thumb: 'a > .post-image'
|
||||
relative:
|
||||
opContainer: ' > .op'
|
||||
opHighlight: ' > .op'
|
||||
replyPost: '.reply'
|
||||
comment: '.body'
|
||||
spoiler: '.spoiler'
|
||||
|
||||
@ -42,7 +42,7 @@ SW.yotsuba =
|
||||
link: '.fileText > a'
|
||||
thumb: 'a.fileThumb > [data-md5]'
|
||||
relative:
|
||||
opContainer: '.opContainer'
|
||||
opHighlight: '.opContainer'
|
||||
replyPost: ' > .reply'
|
||||
comment: '.postMessage'
|
||||
spoiler: 's'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user