Bug 888380 - Alert service notifications shouldn't disappear when hovered. r=jaws

This commit is contained in:
Matthew Noorenberghe 2013-09-17 11:38:41 -04:00
parent d6778cb903
commit ac61d763a2

View File

@ -8,6 +8,10 @@
animation-name: alert-animation;
}
#alertBox[animate]:hover {
animation-play-state: paused;
}
.alertText {
white-space: pre-wrap;
}