diff --git a/src/General/css/style.css b/src/General/css/style.css index a2c337c82..7322bf350 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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 { diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index dbdff624e..a65455e89 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -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 {