From effea597a59bf994850a5b4ad16e0a6be80acf0c Mon Sep 17 00:00:00 2001 From: Hermann <blumh@ethz.ch> Date: Sat, 1 Sep 2018 13:42:55 +0200 Subject: [PATCH] fix logout button styling --- src/layout.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layout.js b/src/layout.js index 760ca10..c9957be 100644 --- a/src/layout.js +++ b/src/layout.js @@ -101,6 +101,7 @@ export class Layout { m('div.wrapper-main.smooth', [ m(Toolbar, { className: 'main-toolbar', + tone: 'dark', style: { backgroundColor: colors.amiv_blue, color: '#ffffff' }, }, [ m('div.menu-button', m(IconButton, { @@ -111,7 +112,7 @@ export class Layout { })), m(ToolbarTitle, { text: 'AMIV Admintools' }), m(Button, { - className: 'red-row-button', + //className: 'blue-button', label: 'logout', events: { onclick: deleteSession }, }), -- GitLab