mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1022601 followup, fixing broken syntax
This commit is contained in:
parent
fe8d1921e1
commit
7cff244225
@ -270,10 +270,10 @@
|
||||
|
||||
@keyframes pluginBlockedNotification {
|
||||
from {
|
||||
opacity: 0 !important;
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1 !important;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user