New tippy everywhere

This commit is contained in:
yflory
2018-04-13 15:25:14 +02:00
parent 9d57548f1d
commit 5ee5a93513
11 changed files with 36 additions and 50 deletions

View File

@@ -1,3 +1,4 @@
@import (once) "./colortheme-all.less";
@import (once) "./toolbar.less";
@import (once) './fileupload.less';
@import (once) './alertify.less';
@@ -22,3 +23,19 @@
);
}
.framework_min_main(
@color: @colortheme_default-color, // Color of the text for the toolbar
@bg-color: @colortheme_default-bg, // color of the toolbar background
@warn-color: @colortheme_default-warn, // color of the warning text in the toolbar
) {
.toolbar_main(
@bg-color: @bg-color,
@warn-color: @warn-color,
@color: @color
);
.fileupload_main();
.alertify_main();
.tippy_main();
}