diff --git a/src/General/css/style.css b/src/General/css/style.css index 7516e570c..64ee112fd 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1036,19 +1036,8 @@ input[name="Default Volume"] { } :root.highlight-own .yourPost > div.sideArrows, :root.highlight-you .quotesYou > div.sideArrows, -.filter-highlight > div.sideArrows, -:root.highlight-own .yourPost .hide-reply-button > .fa:before, -:root.highlight-you .quotesYou .hide-reply-button > .fa:before, -.filter-highlight .hide-reply-button > .fa:before { - color: rgb(221, 0, 0); -} -:root.highlight-own .yourPost > div.sideArrows, -:root.highlight-you .quotesYou > div.sideArrows, -.filter-highlight > div.sideArrows, -:root.highlight-own .yourPost .hide-reply-button:not(:hover), -:root.highlight-you .quotesYou .hide-reply-button:not(:hover), -.filter-highlight .hide-reply-button:not(:hover) { - opacity: 0.7; +.filter-highlight > div.sideArrows { + color: rgba(221, 0, 0, .7); } .opContainer.filter-highlight { box-shadow: inset 5px 0 rgba(221, 0, 0, .7); diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 19334115c..c5f80e858 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -61,12 +61,6 @@ :root.tomorrow.highlight-you .quotesYou > div.sideArrows, :root.tomorrow .filter-highlight > div.sideArrows { color: rgb(197, 200, 198); - opacity: 1; -} -:root.tomorrow.highlight-own .yourPost .hide-reply-button > .fa:before, -:root.tomorrow.highlight-you .quotesYou .hide-reply-button > .fa:before, -:root.tomorrow .filter-highlight .hide-reply-button > .fa:before { - color: rgb(129, 162, 190); } :root.tomorrow .opContainer.filter-highlight { box-shadow: inset 5px 0 rgba(129, 162, 190, .7);