|
@@ -72,13 +72,15 @@
|
|
|
</ng-template>
|
|
</ng-template>
|
|
|
|
|
|
|
|
<ng-template #toolbarItems>
|
|
<ng-template #toolbarItems>
|
|
|
- <div mat-icon-button class="toolbar-item" style="border-radius: 50%;border:1px solid;"
|
|
|
|
|
|
|
+ <div mat-icon-button class="toolbar-item"
|
|
|
[style.color]="colorScheme.color"
|
|
[style.color]="colorScheme.color"
|
|
|
matTooltip="{{'select_color'|tr:'Select color'}}" (click)="colorPop.toggle($event)">
|
|
matTooltip="{{'select_color'|tr:'Select color'}}" (click)="colorPop.toggle($event)">
|
|
|
- <span style="font-size: x-large;">●</span>
|
|
|
|
|
|
|
+ <span style="font-size:30pt;display:flex;max-height:30pt;line-height:20pt;">●</span>
|
|
|
|
|
+ <mat-label>{{('color'|tr:'Color')}}</mat-label>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="toolbar-item" mat-icon-button matTooltip="{{'select_theme'|tr:'Select theme'}}" [matMenuTriggerFor]="theme">
|
|
<div class="toolbar-item" mat-icon-button matTooltip="{{'select_theme'|tr:'Select theme'}}" [matMenuTriggerFor]="theme">
|
|
|
<mat-icon>{{themeMode}}</mat-icon>
|
|
<mat-icon>{{themeMode}}</mat-icon>
|
|
|
|
|
+ <mat-label>{{('theme'|tr:'Theme')}}</mat-label>
|
|
|
</div>
|
|
</div>
|
|
|
@for (item of [
|
|
@for (item of [
|
|
|
{id:'home',icon:'home',path:'/',title:'Home',key:'home_page'},
|
|
{id:'home',icon:'home',path:'/',title:'Home',key:'home_page'},
|