mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Change right header color
// FREEBIE
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user