Catalog hover should fall back to body bkgd color when no theme is selected.

This commit is contained in:
ccd0 2016-01-25 22:00:24 -08:00
parent 63a3c3b150
commit 8c40db410e

View File

@ -769,10 +769,12 @@ div[data-checked="false"] > .suboption-list {
overflow: hidden;
text-align: center;
}
[name="delform"], .board, .catalog-thread, .catalog-thread:hover > .comment {
background-color: inherit;
}
.catalog-thread:hover > .comment {
overflow: visible;
z-index: 1;
background-color: inherit;
}
/* /tg/ dice rolls */
.board_tg .catalog-thread > .comment > b {