From 7bba1a8670ad2f9ac7c8496a9d38984f3ad05ec3 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Sep 2016 18:57:59 -0700 Subject: [PATCH] I forgot to update the selector to set the background color for unrecognized styles. Fixes bug from 9cee88ce3a9676adb999b6fc2536716a7e8debfb and further updates. --- src/main/Main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Main.coffee b/src/main/Main.coffee index b23879d8c..f44059aae 100644 --- a/src/main/Main.coffee +++ b/src/main/Main.coffee @@ -229,7 +229,7 @@ Main = bgColor = window.getComputedStyle(div).backgroundColor $.rm div Main.bgColorStyle.textContent = """ - .dialog, .suboption-list > div:last-of-type, .catalog-thread:hover > * { + .dialog, .suboption-list > div:last-of-type, :root.catalog-hover-expand .catalog-postContainer:hover > .post { background-color: #{bgColor}; } """