Move OP highlight off the filename.

This commit is contained in:
ccd0 2015-02-21 19:39:24 -08:00
parent 93c69744fe
commit 9b6227fdd6
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,