From 8c40db410ef17966475a09f9234d03cd6ca9223c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 25 Jan 2016 22:00:24 -0800 Subject: [PATCH] Catalog hover should fall back to body bkgd color when no theme is selected. --- src/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index d109b5863..b675a2770 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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 {