diff --git a/static/src/app/statistic/war/war-list/war-item.component.css b/static/src/app/statistic/war/war-list/war-item.component.css index d31d7ab..b863a03 100644 --- a/static/src/app/statistic/war/war-list/war-item.component.css +++ b/static/src/app/statistic/war/war-list/war-item.component.css @@ -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; } 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 4e67fa8..ac840c5 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 @@ -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; diff --git a/static/src/app/statistic/war/war-list/war-list.component.html b/static/src/app/statistic/war/war-list/war-list.component.html index 61486c2..e6fdc72 100644 --- a/static/src/app/statistic/war/war-list/war-list.component.html +++ b/static/src/app/statistic/war/war-list/war-list.component.html @@ -1,54 +1,56 @@ -
- - -
- -
-
-
+
+
+ +
- - {{'stats.sidebar.overview' | translate}} -
-
-
-
+
+
+
+
+ + {{'stats.sidebar.overview' | translate}}
- - {{'stats.sidebar.highscore' | translate}} -
-
- - {{'stats.sidebar.battles' | translate}} -
+
+
+
+
+ + {{'stats.sidebar.highscore' | translate}} +
-
-
- - +
+ + {{'stats.sidebar.battles' | translate}} +
+ +
+
+ + +
+
+ +
- -
-