Added a dark theme
I added a dark theme in order to solve #328. This may fix #328 at least partially.
This commit is contained in:
parent
030096bf91
commit
53cd3af78b
10 changed files with 351 additions and 1 deletions
|
@ -14,6 +14,10 @@ describe("Fixtures", function() {
|
|||
var view = new Whisper.InboxView({appWindow: {contentWindow: window}});
|
||||
view.$el.removeClass('android').addClass('ios');
|
||||
view.$el.prependTo($('#render-ios'));
|
||||
|
||||
var view = new Whisper.InboxView({appWindow: {contentWindow: window}});
|
||||
view.$el.removeClass('android').addClass('android-dark');
|
||||
view.$el.prependTo($('#render-android-dark'));
|
||||
}).then(done,done);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue