From 9b6227fdd648b124b9df546e05281fc7c72dc538 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 21 Feb 2015 19:39:24 -0800 Subject: [PATCH] Move OP highlight off the filename. --- src/General/css/style.css | 2 +- src/General/css/tomorrow.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index c8fd01163..3fc0a04a6 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1042,7 +1042,7 @@ input[name="Default Volume"] { :root.highlight-own .yourPost.opContainer, :root.highlight-you .quotesYou.opContainer, .filter-highlight.opContainer { - box-shadow: inset 5px 0 rgba(221, 0, 0, .7); + border-left: 5px solid rgba(221, 0, 0, .7); } .catalog-thread.watched .catalog-thumb, .filter-highlight .catalog-thumb, diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 9a38c4022..dfc9145a6 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -67,7 +67,7 @@ :root.tomorrow.highlight-own .yourPost.opContainer, :root.tomorrow.highlight-you .quotesYou.opContainer, :root.tomorrow .opContainer.filter-highlight { - box-shadow: inset 5px 0 rgba(129, 162, 190, .9); + border-left: 5px solid rgba(129, 162, 190, .9); } :root.tomorrow .catalog-thread.watched .catalog-thumb, :root.tomorrow .filter-highlight .catalog-thumb,