diff --git a/static/src/app/statistic/war-detail/war-detail.component.css b/static/src/app/statistic/war-detail/war-detail.component.css index 80c6d1b..a80d857 100644 --- a/static/src/app/statistic/war-detail/war-detail.component.css +++ b/static/src/app/statistic/war-detail/war-detail.component.css @@ -54,7 +54,7 @@ } :host /deep/ .nav-link:hover { - background: #286090; + background: #afafaf; color: #000; } @@ -100,6 +100,21 @@ /* ########### CHART-TAB ######## */ +.btn-dark { + background: #4b4b4b; + color: #f5f5f5; + border-color: #000; +} + +.btn-dark:hover { + background: #afafaf; + color: #f5f5f5; +} + +.btn-dark.active { + background: #222222; +} + .chart-container { width: 95%; margin: 2%; @@ -117,6 +132,6 @@ vertical-align: middle; } -.dropdown-menu > li > a { - cursor: pointer; -} +/*.dropdown-menu > li > a {*/ + /*cursor: pointer;*/ +/*}*/ diff --git a/static/src/app/statistic/war-detail/war-detail.component.html b/static/src/app/statistic/war-detail/war-detail.component.html index 34af60c..987f2f3 100644 --- a/static/src/app/statistic/war-detail/war-detail.component.html +++ b/static/src/app/statistic/war-detail/war-detail.component.html @@ -29,7 +29,7 @@ 'left=20,top=20,width=1380,height=600,toolbar=1,resizable=0'); return false;" href="resource/logs/{{war._id}}/clean.log"> Logfile anzeigen -
+