diff --git a/static/src/app/statistic/campaign/overview/stats-overview.component.css b/static/src/app/statistic/campaign/overview/campaign-overview.component.css similarity index 73% rename from static/src/app/statistic/campaign/overview/stats-overview.component.css rename to static/src/app/statistic/campaign/overview/campaign-overview.component.css index 2666e75..cba6aac 100644 --- a/static/src/app/statistic/campaign/overview/stats-overview.component.css +++ b/static/src/app/statistic/campaign/overview/campaign-overview.component.css @@ -6,13 +6,13 @@ padding-left: 5%; } -:host /deep/ .carousel-indicators { - display: none; +mat-button-toggle.mat-button-toggle-checked { + background: #ffffff; } -:host /deep/ .carousel-control { - width: 5%; - cursor: pointer; +mat-button-toggle { + color: #666666; + background: #e7e7e7; } :host /deep/ .chart-legend { diff --git a/static/src/app/statistic/campaign/overview/stats-overview.component.html b/static/src/app/statistic/campaign/overview/campaign-overview.component.html similarity index 56% rename from static/src/app/statistic/campaign/overview/stats-overview.component.html rename to static/src/app/statistic/campaign/overview/campaign-overview.component.html index e1e92e2..c26878e 100644 --- a/static/src/app/statistic/campaign/overview/stats-overview.component.html +++ b/static/src/app/statistic/campaign/overview/campaign-overview.component.html @@ -1,14 +1,19 @@
-
Gesamtpunktzahl -
-
Punkte je Schlacht -
-
Spielerzahlen -
+ + + Gesamtpunktzahl + + + Punkte je Schlacht + + + Spielerzahlen + +
+