Paginator and Table styling fixes

pull/345/head
cagataycivici 2020-05-11 00:27:31 +03:00
parent 08e4a8ed39
commit a7c4c9a82e
24 changed files with 408 additions and 120 deletions

View File

@ -1274,15 +1274,19 @@
background: #FFB300; background: #FFB300;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #1ea04c; background: #1ea04c;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #cc285c; background: #cc285c;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #191919; background: #191919;
color: #dedede; color: #dedede;
border: 1px solid #191919; border: 1px solid #191919;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #007ad9; background: #007ad9;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #007ad9; background: #007ad9;
color: #ffffff; color: #ffffff;
border: 1px solid #007ad9; border: 1px solid #007ad9;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #007ad9; background: #007ad9;
color: #ffffff; color: #ffffff;
border: 1px solid #007ad9; border: 1px solid #007ad9;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #007ad9; background: #007ad9;
color: #ffffff; color: #ffffff;
border: 1px solid #007ad9; border: 1px solid #007ad9;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #007ad9; background: #007ad9;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #333333; background: #333333;
color: #ffffff; color: #ffffff;
border: 1px solid #333333; border: 1px solid #333333;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #333333; background: #333333;
color: #ffffff; color: #ffffff;
border: 1px solid #333333; border: 1px solid #333333;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #333333; background: #333333;
color: #ffffff; color: #ffffff;
border: 1px solid #333333; border: 1px solid #333333;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #007ad9; background: #007ad9;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #f4f4f4; background: #f4f4f4;
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #f4f4f4; background: #f4f4f4;
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #f4f4f4; background: #f4f4f4;
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #41b883; background: #41b883;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #f4f4f4; background: #f4f4f4;
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #f4f4f4; background: #f4f4f4;
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #f4f4f4; background: #f4f4f4;
color: #333333; color: #333333;
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;

View File

@ -1274,15 +1274,19 @@
background: #7B95A3; background: #7B95A3;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-datatable .p-datatable-header { .p-datatable .p-datatable-header {
background: #7B95A3; background: #7B95A3;
color: #ffffff; color: #ffffff;
border: 1px solid #7B95A3; border: 1px solid #7B95A3;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;
@ -1440,15 +1444,19 @@
padding: 0.71375rem 1.25rem; padding: 0.71375rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-dataview .p-dataview-header { .p-dataview .p-dataview-header {
background: #7B95A3; background: #7B95A3;
color: #ffffff; color: #ffffff;
border: 1px solid #7B95A3; border: 1px solid #7B95A3;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;
@ -1869,15 +1877,19 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px; border-width: 1px 1px 0 1px;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 1px 1px 1px;
border-radius: 0; border-radius: 0;
} }
.p-treetable .p-treetable-header { .p-treetable .p-treetable-header {
background: #7B95A3; background: #7B95A3;
color: #ffffff; color: #ffffff;
border: 1px solid #7B95A3; border: 1px solid #7B95A3;
border-width: 1px; border-width: 1px 1px 0 1px;
padding: 0.857rem 1rem; padding: 0.857rem 1rem;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;

View File

@ -1274,7 +1274,11 @@
background: #2196F3; background: #2196F3;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #00ACC1; background: #00ACC1;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #673AB7; background: #673AB7;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #4CAF50; background: #4CAF50;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #3F51B5; background: #3F51B5;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #FFC107; background: #FFC107;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #9C27B0; background: #9C27B0;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #009688; background: #009688;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #64B5F6; background: #64B5F6;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #4DD0E1; background: #4DD0E1;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #9575CD; background: #9575CD;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #81C784; background: #81C784;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #7986CB; background: #7986CB;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #FFD54F; background: #FFD54F;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #BA68C8; background: #BA68C8;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }

View File

@ -1274,7 +1274,11 @@
background: #4DB6AC; background: #4DB6AC;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-datatable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1440,7 +1444,11 @@
padding: 1.25rem 1.25rem; padding: 1.25rem 1.25rem;
} }
.p-dataview .p-paginator { .p-dataview .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-dataview .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }
@ -1869,7 +1877,11 @@
font-size: 2rem; font-size: 2rem;
} }
.p-treetable .p-paginator { .p-treetable .p-paginator-top {
border-width: 1px 0 1px 0;
border-radius: 0;
}
.p-treetable .p-paginator-bottom {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-radius: 0; border-radius: 0;
} }