| Index: mobile/android/themes/core/spinner.css |
| =================================================================== |
| --- a/mobile/android/themes/core/spinner.css |
| +++ b/mobile/android/themes/core/spinner.css |
| @@ -54,26 +54,26 @@ |
| animation-iteration-count: infinite; |
| animation-duration: 1.3125s; |
| animation-timing-function: cubic-bezier(.35, 0, .25, 1); |
| } |
| .mui-half-circle-left { |
| left: 0; |
| border-right-color: transparent; |
| - border-top-color: #FF9500; /*matched to fennec_ui_orange in java codebase*/ |
| - border-left-color: #FF9500; /*matched to fennec_ui_orange in java codebase*/ |
| + border-top-color: #009CD9; /* Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 */ |
| + border-left-color: #009CD9; /* Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 */ |
| animation-name: left-wobble; |
| } |
| .mui-half-circle-right { |
| right: 0; |
| border-left-color: transparent; |
| - border-top-color: #FF9500; /*matched to fennec_ui_orange in java codebase*/ |
| - border-right-color: #FF9500; /*matched to fennec_ui_orange in java codebase*/ |
| + border-top-color: #009CD9; /* Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 */ |
| + border-right-color: #009CD9; /* Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 */ |
| animation-name: right-wobble; |
| } |
| @keyframes outer-rotate { |
| 100% { |
| transform: rotate(360deg); |
| } |
| } |