diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index da66690..d14f402 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -30,10 +30,9 @@ li { } .version-label { - position: relative; - margin-right: -30px; + position: absolute; top: 27px; - left: -50px; + left: 115px; font-size: 12px; color: #bebebe; } @@ -70,10 +69,6 @@ li { background-color: orange; } -unprocessed-child:hover { - background-color: orange; -} - /* Safari 4.0 - 8.0 */ @-webkit-keyframes color-blink { from { diff --git a/static/src/app/statistic/war/war-list/war-list.component.css b/static/src/app/statistic/war/war-list/war-list.component.css index a119008..89ce202 100644 --- a/static/src/app/statistic/war/war-list/war-list.component.css +++ b/static/src/app/statistic/war/war-list/war-list.component.css @@ -26,7 +26,7 @@ mat-expansion-panel-header.mat-expansion-panel-header:focus { } .select-list { - height: 115%; + height: 120%; background: #ececec; box-shadow: 2px 1px 5px grey; } diff --git a/static/src/app/style/load-indicator.css b/static/src/app/style/load-indicator.css index cd77d9d..1b573ce 100644 --- a/static/src/app/style/load-indicator.css +++ b/static/src/app/style/load-indicator.css @@ -30,7 +30,7 @@ } :host /deep/ .mat-progress-spinner circle, .mat-spinner circle { - stroke: #000000 !important; + stroke: #303030 !important; stroke-linecap: round; }