Hello everybody.
Is possible to change the toolbar's height? I've try some modification working on a template with some code but no result.
.md-toolbar-tools {
...... CSS
...... CSS
...... CSS
For toolbar height, I intend this part of Dashboard:
Thank you
Colin
2
I think this post has solutions both for the older dashboard and dashboard 2.
Ok. It works whith this code in a "head section" template:
<style>
.md-toolbar-tools{
max-height: 15px !important;
font-size: 10px !important;
}
md-toolbar{
min-height: 15px !important;
}
</style>
Thank you very much.
Mario
system
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.