Changed color of badge for comments pages to be reddit's header blue.

This commit is contained in:
Kerrick Long
2011-06-22 16:15:40 -05:00
parent 974fae1c20
commit 8bed8579e8
+1 -1
View File
@@ -171,7 +171,7 @@ function preparePopup(url,tabId) {
tabId: tabId
});
chrome.browserAction.setBadgeBackgroundColor({
color: [255,69,0,255], //r,g,b,a,
color: [95,153,207,255], //r,g,b,a,
tabId: tabId
});
chrome.browserAction.onClicked.removeListener(submitToReddit);