1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/14095] keyframes supported by all browsers

PHPBB3-14095
This commit is contained in:
hanakin
2017-02-17 19:44:37 -05:00
parent 920ea3018d
commit 072ac9fdca
2 changed files with 0 additions and 30 deletions

View File

@@ -1341,16 +1341,6 @@ input.disabled {
background: #ffffff;
}
@-webkit-keyframes animate {
0% {
background: #0076b1;
}
50% {
background: #d31141;
}
}
@keyframes animate {
0% {
background: #0076b1;