One toolbar color per app

This commit is contained in:
yflory
2017-06-20 12:33:50 +02:00
parent 5a248db267
commit 59fb5bd8be
10 changed files with 157 additions and 63 deletions

View File

@@ -74,6 +74,25 @@
@toolbar-gradient-end: #DDDDDD;
@toolbar-button-font: 12px Ubuntu, Arial, sans-serif;
// Toolbar
@toolbar-pad-bg: #1c4fa0;
@toolbar-pad-color: #fff;
@toolbar-slide-bg: #a01c1c;
@toolbar-slide-color: #fff;
@toolbar-code-bg: #ffae00;
@toolbar-code-color: #000;
@toolbar-poll-bg: #006304;
@toolbar-poll-color: #fff;
@toolbar-whiteboard-bg: #570063;
@toolbar-whiteboard-color: #fff;
@toolbar-drive-bg: #0087ff;
@toolbar-drive-color: #fff;
@toolbar-file-bg: #ccffa0;
@toolbar-file-color: #000;
@toolbar-default-bg: #fff;
@toolbar-default-color: #000;
@topbar-back: #fff;
@topbar-color: #000;
@topbar-button-bg: #2E9AFE;