Pagination style fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
GET http://localhost:5400/tests/ping
|
PUT https://pedrollopl.diunabi.com/api/DataInbox/Add/8kL2mN4pQ6rojshf8704i34p4eim1hs
|
||||||
|
Content-Type: application/json
|
||||||
|
Authorization: Basic cGVkcm9sbG9wbDo0MjU4dlc2eFk4TjRwUQ==
|
||||||
|
|
||||||
###
|
{
|
||||||
|
"Source": "morska.import",
|
||||||
GET https://morska.diunabi.com/api/layers/autoImport/godojshf8704i357yhgdsahjdfh/K5-
|
"Name": "morska.d3.importer",
|
||||||
|
"Data": "eyJrZXkiOiAidmFsdWUifQ=="
|
||||||
###
|
}
|
||||||
|
|
||||||
GET http://localhost:5400/layers/autoImport/10763478CB738D4ecb2h76g803478CB738D4e/K5-
|
|
||||||
@@ -66,7 +66,9 @@
|
|||||||
Selected="layers.Page"
|
Selected="layers.Page"
|
||||||
SelectedChanged="OnPageChanged"
|
SelectedChanged="OnPageChanged"
|
||||||
ShowFirstButton="true"
|
ShowFirstButton="true"
|
||||||
ShowLastButton="true"/>
|
ShowLastButton="true"
|
||||||
|
Variant="Variant.Outlined"
|
||||||
|
/>
|
||||||
</MudItem>
|
</MudItem>
|
||||||
</MudGrid>
|
</MudGrid>
|
||||||
}
|
}
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
||||||
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
||||||
<link href="DiunaBI.UI.Web.styles.css" rel="stylesheet" />
|
<link href="DiunaBI.UI.Web.styles.css" rel="stylesheet" />
|
||||||
|
<link href="app.css" rel="stylesheet" />
|
||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<script src="https://accounts.google.com/gsi/client" async defer></script>
|
<script src="https://accounts.google.com/gsi/client" async defer></script>
|
||||||
<HeadOutlet />
|
<HeadOutlet />
|
||||||
|
|||||||
@@ -49,3 +49,12 @@ h1:focus {
|
|||||||
.darker-border-checkbox.form-check-input {
|
.darker-border-checkbox.form-check-input {
|
||||||
border-color: #929292;
|
border-color: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* remove list markers for MudPagination */
|
||||||
|
.mud-pagination {
|
||||||
|
list-style: none;
|
||||||
|
padding-inline-start: 0;
|
||||||
|
}
|
||||||
|
.mud-pagination li::marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user