Refactor css to support theming
Move away from inline style attributes for setting contact colors. Apply colors by name via css classes instead. Also lays groundwork for syncing contact colors. // FREEBIE
This commit is contained in:
parent
ce583bed18
commit
7b9894d688
8 changed files with 174 additions and 76 deletions
|
@ -91,6 +91,7 @@
|
|||
className: 'inbox',
|
||||
initialize: function (options) {
|
||||
this.render();
|
||||
this.$el.addClass('android'); // theme
|
||||
new Whisper.FontSizeView({ el: this.el });
|
||||
this.conversation_stack = new Whisper.ConversationStack({
|
||||
el: this.$('.conversation-stack'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue