Merge branch 'release/v1.9.1' into release/v1.9.0

pull/52/head
HardiReady 2019-02-11 23:04:17 +01:00
commit 4843da3c26
3 changed files with 21 additions and 1 deletions

View File

@ -3,6 +3,11 @@
border-right: 1px solid #dadada;
}
.war-item:hover, .selected{
background: linear-gradient(80deg, white 0%, #e7e7e7 120%);
border-bottom: 1px solid #dadada;
}
.war-item-box {
padding-top: 15px;
}

View File

@ -9,6 +9,21 @@
cursor: pointer;
}
.list-header:hover, .selected{
background: linear-gradient(80deg, white 0%, #e7e7e7 120%);
}
.list-header-battles {
border-bottom: 1px solid #dadada;
border-right: 1px solid #dadada;
border-left: 4px solid transparent;
padding: 25px;
font-size: 16px;
text-transform: uppercase;
color: #333333;
border-bottom: 1px solid #f1f1f1;
}
.mat-icon {
color: #666666;
vertical-align: middle;

View File

@ -29,7 +29,7 @@
<span *ngIf="!collapsed">{{'stats.sidebar.highscore' | translate}}</span>
</div>
<div class="list-header" style="cursor: default; border-bottom: 1px solid #f1f1f1;">
<div class="list-header-battles">
<mat-icon [matTooltip]="collapsed ? toolTipTranslation['stats.sidebar.battles'] : ''"
matTooltipPosition="right"
svgIcon="battle"></mat-icon>