Add player tab btn

pull/19/head
HardiReady 2017-11-13 14:00:59 +01:00
parent a74f1bd673
commit 2747ea41c6
2 changed files with 7 additions and 0 deletions

View File

@ -35,3 +35,7 @@
cursor: pointer !important;
color: #FFF !important;
}
.nav-tabs > li.deactivated > a.nav-link{
cursor: not-allowed!important;
}

View File

@ -56,6 +56,9 @@
<li class="nav-item" [ngClass]="{active :tab === 1}" (click)="switchTab(1)">
<a class="nav-link"><img src="../../../assets/fraction-btn.png"> Fraktionen</a>
</li>
<li class="nav-item" [ngClass]="{active :tab === 2, deactivated :tab !== 2} ">
<a class="nav-link"><img src="../../../assets/player-stats-btn.png"> Player</a>
</li>
</ul>
<!--Sub-Components (=TABS)-->