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

Unified Diff: mobile/android/chrome/content/WebrtcUI.js

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/base/toolbar/ToolbarEditLayout.java ('k') | mobile/android/themes/core/aboutBase.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/chrome/content/WebrtcUI.js
===================================================================
--- a/mobile/android/chrome/content/WebrtcUI.js
+++ b/mobile/android/chrome/content/WebrtcUI.js
@@ -48,17 +48,17 @@ var WebrtcUI = {
if (this._notificationId) {
Notifications.cancel(this._notificationId);
this._notificationId = null;
}
} else {
let notificationOptions = {
title: Strings.brand.GetStringFromName("brandShortName"),
when: null, // hide the date row
- light: [0xFF9500FF, 1000, 1000],
+ light: [0xFF009CD9, 1000, 1000], // Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769
ongoing: true
};
let cameraActive = false;
let audioActive = false;
for (let i = 0; i < count; i++) {
let win = windows.GetElementAt(i);
let hasAudio = {};
« no previous file with comments | « mobile/android/base/toolbar/ToolbarEditLayout.java ('k') | mobile/android/themes/core/aboutBase.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld