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:
@@ -1341,16 +1341,6 @@ input.disabled {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@-webkit-keyframes animate {
|
||||
0% {
|
||||
background: #0076b1;
|
||||
}
|
||||
|
||||
50% {
|
||||
background: #d31141;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes animate {
|
||||
0% {
|
||||
background: #0076b1;
|
||||
|
Reference in New Issue
Block a user