More Tomorrow highlighting tweaks.

This commit is contained in:
ccd0 2015-02-21 16:53:14 -08:00
parent dd5d9ff9a7
commit b133e46123

View File

@ -38,10 +38,7 @@
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
/* Highlighting */ /* Quote */
:root.tomorrow .qphl {
outline: 2px solid rgba(129, 162, 190, .7);
}
:root.tomorrow .catalog-thread > .comment > span.quote, :root.tomorrow #arc-list span.quote { :root.tomorrow .catalog-thread > .comment > span.quote, :root.tomorrow #arc-list span.quote {
color: #B5BD68; color: #B5BD68;
} }
@ -52,24 +49,29 @@
border-color: #111; border-color: #111;
background-color: rgba(0, 0, 0, .14); background-color: rgba(0, 0, 0, .14);
} }
/* Highlighting */
:root.tomorrow .qphl {
outline: 2px solid rgba(129, 162, 190, .9);
}
:root.tomorrow.highlight-own .yourPost > .reply, :root.tomorrow.highlight-own .yourPost > .reply,
:root.tomorrow.highlight-you .quotesYou > .reply, :root.tomorrow.highlight-you .quotesYou > .reply,
:root.tomorrow .filter-highlight > .reply { :root.tomorrow .filter-highlight > .reply {
border-left: 3px solid rgba(129, 162, 190, .7); border-left: 3px solid rgba(129, 162, 190, .9);
} }
:root.tomorrow.highlight-own .yourPost > div.sideArrows, :root.tomorrow.highlight-own .yourPost > div.sideArrows,
:root.tomorrow.highlight-you .quotesYou > div.sideArrows, :root.tomorrow.highlight-you .quotesYou > div.sideArrows,
:root.tomorrow .filter-highlight > div.sideArrows { :root.tomorrow .filter-highlight > div.sideArrows {
color: rgb(197, 200, 198); color: rgba(129, 162, 190, .9);
} }
:root.tomorrow .opContainer.filter-highlight { :root.tomorrow .opContainer.filter-highlight {
box-shadow: inset 5px 0 rgba(129, 162, 190, .7); box-shadow: inset 5px 0 rgba(129, 162, 190, .9);
} }
:root.tomorrow .catalog-thread.watched .catalog-thumb, :root.tomorrow .catalog-thread.watched .catalog-thumb,
:root.tomorrow .filter-highlight .catalog-thumb, :root.tomorrow .filter-highlight .catalog-thumb,
:root.tomorrow .catalog-thread.watched .werkTyme-filename, :root.tomorrow .catalog-thread.watched .werkTyme-filename,
:root.tomorrow .filter-highlight .werkTyme-filename { :root.tomorrow .filter-highlight .werkTyme-filename {
border: 2px solid rgb(129, 162, 190); border: 2px solid rgb(255, 51, 51);
} }
/* QR */ /* QR */