From 1d00055e5e26eb57d90032a0eb8b3ef0fb817839 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Sun, 12 Mar 2017 18:18:09 -0400 Subject: [PATCH] "Turn all styles off" stylename strikethrough #43 --- popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.css b/popup.css index a1bbe994..9028e9b3 100644 --- a/popup.css +++ b/popup.css @@ -59,7 +59,7 @@ body.blocked > DIV { #installed { margin-top: 0.5em; } -#installed .disabled .style-name { +#installed.disabled .style-name { text-decoration: line-through; } #installed .actions {