Fix indication of posts by/quoting you when post is highlighted. #585

This commit is contained in:
ccd0 2019-07-22 23:53:17 -07:00
parent 4b3e2c6e13
commit 4649ae8a82
5 changed files with 34 additions and 0 deletions

View File

@ -12,6 +12,12 @@
:root.photon #arc-list tr:nth-of-type(odd) span.quote {
color: #C0E17A;
}
:root.photon.highlight-you .quotesYou$site$highlightable$reply {
border-left: 3px solid rgba(221, 0, 0, .8) !important;
}
:root.photon.highlight-own .yourPost$site$highlightable$reply {
border-left: 3px dashed rgba(221, 0, 0, .8) !important;
}
/* Header */
:root.photon #header-bar.dialog {

View File

@ -12,6 +12,12 @@
:root.spooky #arc-list span.quote {
color: #634C2C;
}
:root.spooky.highlight-you .quotesYou$site$highlightable$reply {
border-left: 3px solid rgba(145, 182, 214, .8) !important;
}
:root.spooky.highlight-own .yourPost$site$highlightable$reply {
border-left: 3px dashed rgba(145, 182, 214, .8) !important;
}
/* Header */
:root.spooky #header-bar.dialog {

View File

@ -8,6 +8,12 @@
:root.tomorrow #arc-list span.quote {
color: #B5BD68;
}
:root.tomorrow.highlight-you .quotesYou$site$highlightable$reply {
border-left: 3px solid rgba(145, 182, 214, .8) !important;
}
:root.tomorrow.highlight-own .yourPost$site$highlightable$reply {
border-left: 3px dashed rgba(145, 182, 214, .8) !important;
}
/* Header */
:root.tomorrow #header-bar.dialog {

View File

@ -8,6 +8,14 @@
border-color: #98E;
}
/* 4chan style fixes */
:root.yotsuba-b.highlight-you .quotesYou$site$highlightable$reply {
border-left: 3px solid rgba(221, 0, 0, .8) !important;
}
:root.yotsuba-b.highlight-own .yourPost$site$highlightable$reply {
border-left: 3px dashed rgba(221, 0, 0, .8) !important;
}
/* Header */
:root.yotsuba-b #header-bar.dialog {
background-color: rgba(214,218,240,0.98);

View File

@ -8,6 +8,14 @@
border-color: #EA8;
}
/* 4chan style fixes */
:root.yotsuba.highlight-you .quotesYou$site$highlightable$reply {
border-left: 3px solid rgba(221, 0, 0, .8) !important;
}
:root.yotsuba.highlight-own .yourPost$site$highlightable$reply {
border-left: 3px dashed rgba(221, 0, 0, .8) !important;
}
/* Header */
:root.yotsuba #header-bar.dialog {
background-color: rgba(240,224,214,0.98);