opt-cc/static/src/app/statistic/campaign/highscore/highscore.component.css

64 lines
1.2 KiB
CSS

h2 {
margin-left: 10%;
}
.player-name {
font-weight: bold;
}
.search-field {
width: 40%;
margin: 32px 0 0 8%;
}
.highscore-table-container {
width: 320px;
max-height: 394px;
margin: 100px 0 0 8%;
float: left;
overflow-x: hidden;
overflow-y: auto;
border: solid #dfdfdf 1px;
box-shadow: 3px 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.highscore-table {
width: 100%;
}
table.mat-table img {
filter: invert(60%);
margin-left: -15px;
}
:host /deep/ table.mat-table > thead {
position: absolute;
width: 320px;
display: inherit;
margin-left: -1px;
margin-top: -57px;
border: 1px solid #dadada;
}
.mat-column-kill, .mat-column-friendlyFire, .mat-column-revive, .mat-column-flagTouch,
.mat-column-vehicleLight, .mat-column-vehicleHeavy, .mat-column-vehicleAir, .mat-column-death, .mat-column-respawn {
width: 67px;
text-indent: 14px;
}
/* Table Scrollbar BEGIN */
.highscore-table-container::-webkit-scrollbar {
width: 12px;
}
.highscore-table-container::-webkit-scrollbar-track {
border-left: 1px solid #f1f1f1;
}
.highscore-table-container::-webkit-scrollbar-thumb {
background: rgb(234, 234, 234);
}
/* Table Scrollbar END */