Agent displayed data makes more sense and fixed load screen
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
Height="700px"
|
||||
class="agents-grid">
|
||||
<GridColumns>
|
||||
<GridColumn Title="Im." Width="30px">
|
||||
<GridColumn Field="@nameof(CardData.HasImmortalize)" Title="Im." Width="120px">
|
||||
<Template>
|
||||
@if (((CardData)context).HasImmortalize)
|
||||
{
|
||||
@@ -34,10 +34,10 @@
|
||||
</div>
|
||||
</Template>
|
||||
</GridColumn>
|
||||
<GridColumn Field="@nameof(CardData.Cost)" Title="Cost" Width="60px"/>
|
||||
<GridColumn Field="@nameof(CardData.Faction)" Title="Faction" Width="110px"/>
|
||||
<GridColumn Field="@nameof(CardData.Attack)" Title="ATK" Width="60px"/>
|
||||
<GridColumn Field="@nameof(CardData.Health)" Title="HP" Width="60px"/>
|
||||
<GridColumn Field="@nameof(CardData.Cost)" Title="Cost" Width="120px"/>
|
||||
<GridColumn Field="@nameof(CardData.Faction)" Title="Faction" Width="140px"/>
|
||||
<GridColumn Field="@nameof(CardData.Attack)" Title="ATK" Width="120px"/>
|
||||
<GridColumn Field="@nameof(CardData.Health)" Title="HP" Width="120px"/>
|
||||
<GridColumn Field="@nameof(CardData.Description)" Title="Description" Width="400px"/>
|
||||
|
||||
</GridColumns>
|
||||
|
||||
@@ -81,8 +81,21 @@
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.agents-page ::deep .k-pager-nav {
|
||||
color: var(--text-secondary);
|
||||
.agents-page ::deep .k-pager-wrap {
|
||||
color: #e8e8f0;
|
||||
}
|
||||
|
||||
.agents-page ::deep .k-pager-nav,
|
||||
.agents-page ::deep .k-pager-numbers,
|
||||
.agents-page ::deep .k-pager-numbers .k-link,
|
||||
.agents-page ::deep .k-pager-input,
|
||||
.agents-page ::deep .k-pager-info {
|
||||
color: #e8e8f0;
|
||||
}
|
||||
|
||||
.agents-page ::deep .k-pager-nav:hover,
|
||||
.agents-page ::deep .k-pager-numbers .k-link:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.agents-header {
|
||||
|
||||
Reference in New Issue
Block a user