Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/themes/core/spinner.css

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/themes/core/images/reader-style-icon-active-xxhdpi.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
}
« no previous file with comments | « mobile/android/themes/core/images/reader-style-icon-active-xxhdpi.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld