| Line 178: |
Line 178: |
| | @-webkit-keyframes hilite-background { | | @-webkit-keyframes hilite-background { |
| | 0% {background-color: transparent;} | | 0% {background-color: transparent;} |
| − | 30% {background-color: #fbff0f;} | + | 30% {background-color: #FF0000;} |
| | 100% {background-color: transparent;} | | 100% {background-color: transparent;} |
| | } | | } |
| | @-moz-keyframes hilite-background { | | @-moz-keyframes hilite-background { |
| | 0% {background-color: transparent;} | | 0% {background-color: transparent;} |
| − | 30% {background-color: #fbff0f;} | + | 30% {background-color: #FF0000;} |
| | 100% {background-color: transparent;} | | 100% {background-color: transparent;} |
| | } | | } |
| | @-ms-keyframes hilite-background { | | @-ms-keyframes hilite-background { |
| | 0% {background-color: transparent;} | | 0% {background-color: transparent;} |
| − | 30% {background-color: #fbff0f;} | + | 30% {background-color: #FF0000;} |
| | 100% {background-color: transparent;} | | 100% {background-color: transparent;} |
| | } | | } |
| | @-o-keyframes hilite-background { | | @-o-keyframes hilite-background { |
| | 0% {background-color: transparent;} | | 0% {background-color: transparent;} |
| − | 30% {background-color: #fbff0f;} | + | 30% {background-color: #FF0000;} |
| | 100% {background-color: transparent;} | | 100% {background-color: transparent;} |
| | } | | } |
| | @keyframes hilite-background { | | @keyframes hilite-background { |
| | 0% {background-color: transparent;} | | 0% {background-color: transparent;} |
| − | 30% {background-color: #fbff0f;} | + | 30% {background-color: #FF0000;} |
| | 100% {background-color: transparent;} | | 100% {background-color: transparent;} |
| | } | | } |