1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
7 background-color: rgb
(255, 102, 102);
11 background-position: 4px top
!important
;
19 -webkit-box-align: center
;
29 background-position: 50% 50%;
30 background-repeat: no-repeat
;
40 -webkit-animation-duration: 2s;
41 -webkit-animation-iteration-count: infinite
;
42 -webkit-animation-name: spin
;
43 -webkit-animation-timing-function: linear
;
44 background-image: -webkit-canvas
(spinner-circle
);
47 @-webkit-keyframes spin
{
49 -webkit-transform: rotate
(0);
52 -webkit-transform: rotate
(360deg);