From 7cff244225ff69fbfc345815eb23d417e3f65789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Thu, 11 Aug 2016 23:04:00 +0200 Subject: [PATCH] Bug 1022601 followup, fixing broken syntax --- browser/themes/shared/notification-icons.inc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/themes/shared/notification-icons.inc.css b/browser/themes/shared/notification-icons.inc.css index d2253f8e73ac..34a04185bff2 100644 --- a/browser/themes/shared/notification-icons.inc.css +++ b/browser/themes/shared/notification-icons.inc.css @@ -270,10 +270,10 @@ @keyframes pluginBlockedNotification { from { - opacity: 0 !important; + opacity: 0; } to { - opacity: 1 !important; + opacity: 1; } }