This commit is contained in:
sunny 2018-05-30 12:06:13 +09:00
parent e8ab9a3234
commit e0676028e1
2 changed files with 1439 additions and 9 deletions

View File

@ -16,7 +16,7 @@
<i class="material-icons">expand_more</i>
</a>
<ul class="topbar-items animated fadeInDown" [ngClass]="{'topbar-items-visible': app.topbarMenuActive}">
<ul class="topbar-items animated fadeInDown ultima-main-topmenu" [ngClass]="{'topbar-items-visible': app.topbarMenuActive}">
<li #profile class="profile-item" *ngIf="app.profileMode==='top'||app.isHorizontal()" [ngClass]="{'active-top-menu':app.activeTopbarItem === profile}">
<a href="#" (click)="app.onTopbarItemClick($event,profile)">
@ -56,7 +56,7 @@
<i class="topbar-icon material-icons">settings</i>
<span class="topbar-item-name">Settings</span>
</a>
<ul class="ultima-menu animated fadeInDown">
<ul class="ultima-menu animated fadeInDown ultima-main-topmenu">
<li role="menuitem">
<a href="#" (click)="app.changeTheme('indigo')">

File diff suppressed because it is too large Load Diff