Bug 1022601 followup, fixing broken syntax

This commit is contained in:
Dão Gottwald 2016-08-11 23:04:00 +02:00
parent fe8d1921e1
commit 7cff244225

View File

@ -270,10 +270,10 @@
@keyframes pluginBlockedNotification {
from {
opacity: 0 !important;
opacity: 0;
}
to {
opacity: 1 !important;
opacity: 1;
}
}