I forgot to update the selector to set the background color for unrecognized styles.

Fixes bug from 9cee88ce3a9676adb999b6fc2536716a7e8debfb and further updates.
This commit is contained in:
ccd0 2016-09-28 18:57:59 -07:00
parent da1fce6646
commit 7bba1a8670

View File

@ -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};
}
"""