Change right header color

// FREEBIE
This commit is contained in:
lilia 2016-03-21 11:03:50 -07:00
parent dd943163fe
commit d391f07c1e
3 changed files with 19 additions and 12 deletions

View file

@ -119,12 +119,12 @@
return;
}
this.$('#header').removeClass('active');
this.$('#header').addClass('inactive');
this.$('.conversation-stack').removeClass('inactive');
},
focusHeader: function() {
this.$('.conversation-stack').addClass('inactive');
this.$('#header').addClass('active');
this.$('#header').removeClass('inactive');
},
reloadBackgroundPage: function() {
chrome.runtime.reload();