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: Created July 21, 2016, 2:09 a.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
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; /*matched to abb_accent_dark_blue in java codebase*/
+ border-left-color: #009CD9; /*matched to abb_accent_dark_blue in java codebase*/
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; /*matched to abb_accent_dark_blue in java codebase*/
+ border-right-color: #009CD9; /*matched to abb_accent_dark_blue in java codebase*/
animation-name: right-wobble;
}
@keyframes outer-rotate {
100% {
transform: rotate(360deg);
}
}

Powered by Google App Engine
This is Rietveld