make box-shadow work on platforms that don't support animations
This commit is contained in:
parent
634ef0004e
commit
0298021107
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
}
|
||||
|
||||
#updatedialog {
|
||||
box-shadow: 0px 0px 6px 32px #FFFFFF00;
|
||||
animation: myAnim 2s ease 0s infinite normal forwards;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue