From 9217e139e86235ba4d98feb4185a0f219fd384e5 Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Mon, 29 Jun 2015 16:23:53 -0700 Subject: [PATCH] Bug 1175741 - Properly hide unsigned add-on warning in add-on manager. r=liuche --HG-- extra : rebase_source : 6ab27c37c9058bb4ae36a4799ff0427125fbaf9e --- mobile/android/themes/core/aboutAddons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/themes/core/aboutAddons.css b/mobile/android/themes/core/aboutAddons.css index d2865986e426..9a86953405d6 100644 --- a/mobile/android/themes/core/aboutAddons.css +++ b/mobile/android/themes/core/aboutAddons.css @@ -45,7 +45,7 @@ a:active { display: none; } -.addon-item[isUnsigned] .warn-unsigned { +.addon-item[isUnsigned="true"] .warn-unsigned { display: block; }