Move highlighting to box in Werk Tyme version of catalog.

This commit is contained in:
ccd0 2016-09-27 02:04:03 -07:00
parent 7b2165cfff
commit 7bac1ae486
2 changed files with 13 additions and 8 deletions

View File

@ -1303,13 +1303,15 @@ input[name="Default Volume"] {
display: block;
clear: both;
}
.filter-highlight .catalog-thumb,
.filter-highlight .werkTyme-filename {
.catalog-thread.filter-highlight .catalog-thumb,
:root.werkTyme .catalog-thread.filter-highlight:not(:hover),
:root.werkTyme .catalog-thread.filter-highlight > .catalog-postContainer:hover > .catalog-post {
box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5);
}
.catalog-thread.watched .catalog-thumb,
.catalog-thread.watched .werkTyme-filename {
border: 2px solid rgba(255, 0, 0, .75);
:root.werkTyme .catalog-thread.watched:not(:hover),
:root.werkTyme .catalog-thread.watched > .catalog-postContainer:hover > .catalog-post {
outline: 2px solid rgba(255, 0, 0, .75);
}
/* Spoiler text */

View File

@ -80,15 +80,18 @@
:root.tomorrow .filter-highlight > div.sideArrows {
color: rgb(155, 185, 210);
}
:root.tomorrow .filter-highlight .catalog-thumb,
:root.tomorrow .filter-highlight .werkTyme-filename {
:root.tomorrow .catalog-thread.filter-highlight .catalog-thumb,
:root.tomorrow.werkTyme .catalog-thread.filter-highlight:not(:hover),
:root.tomorrow.werkTyme .catalog-thread.filter-highlight > .catalog-postContainer:hover > .catalog-post {
box-shadow: 0 0 3px 3px rgba(64, 192, 255, .7);
}
:root.tomorrow .catalog-thread.watched .catalog-thumb,
:root.tomorrow .catalog-thread.watched .werkTyme-filename {
border: 2px solid rgb(64, 192, 255);
:root.tomorrow.werkTyme .catalog-thread.watched:not(:hover),
:root.tomorrow.werkTyme .catalog-thread.watched > .catalog-postContainer:hover > .catalog-post {
outline: 2px solid rgb(64, 192, 255);
}
/* QR */
.tomorrow #dump-list::-webkit-scrollbar-thumb {
background-color: #282A2E;