Change right header color
// FREEBIE
This commit is contained in:
parent
dd943163fe
commit
d391f07c1e
3 changed files with 19 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue