From f0e00ec5c6128b1aa4ae9ffc3ce337400860db10 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 8 Apr 2015 14:18:12 -0500 Subject: [PATCH] Switch 'all styles off' style to strikethrough to make them not look disabled --- popup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.html b/popup.html index acaa48ec..6dbc889d 100644 --- a/popup.html +++ b/popup.html @@ -56,8 +56,8 @@ #installed { margin-top: 0.5em; } - #installed.disabled { - opacity: 0.5; + #installed.disabled .style-name { + text-decoration: line-through; } body > .actions { margin-top: 0.5em;