diff --git a/src/General/css/style.css b/src/General/css/style.css index e75cfa7c8..6a8a394af 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1029,14 +1029,14 @@ input[name="Default Volume"] { .qphl { outline: 2px solid rgba(216, 94, 49, .8); } -:root.highlight-own .yourPost.opContainer, -:root.highlight-own .yourPost > .reply { - border-left: 3px dashed rgba(221, 0, 0, .8); -} :root.highlight-you .quotesYou.opContainer, :root.highlight-you .quotesYou > .reply { border-left: 3px solid rgba(221, 0, 0, .8); } +:root.highlight-own .yourPost.opContainer, +:root.highlight-own .yourPost > .reply { + border-left: 3px dashed rgba(221, 0, 0, .8); +} .filter-highlight.opContainer, .filter-highlight > .reply { box-shadow: inset 5px 0 rgba(221, 0, 0, .5); diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 5945ebd9c..68dbe3677 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -51,14 +51,14 @@ :root.tomorrow .qphl { outline: 2px solid rgba(145, 182, 214, .8); } -:root.tomorrow.highlight-own .yourPost.opContainer, -:root.tomorrow.highlight-own .yourPost > .reply { - border-left: 3px dashed rgba(145, 182, 214, .8); -} :root.tomorrow.highlight-you .quotesYou.opContainer, :root.tomorrow.highlight-you .quotesYou > .reply { border-left: 3px solid rgba(145, 182, 214, .8); } +:root.tomorrow.highlight-own .yourPost.opContainer, +:root.tomorrow.highlight-own .yourPost > .reply { + border-left: 3px dashed rgba(145, 182, 214, .8); +} :root.tomorrow .opContainer.filter-highlight, :root.tomorrow .filter-highlight > .reply { box-shadow: inset 5px 0 rgba(145, 182, 214, .5);