Skip to content

Commit

Permalink
Fixed #2227 - Material DataTable extension border typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 1, 2022
1 parent 8fd606b commit 1dde367
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions public/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
.p-datatable .p-datatable-tfoot > tr > td {
text-align: left;
padding: 1rem 1rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down Expand Up @@ -3547,7 +3547,7 @@
.p-treetable .p-treetable-tfoot > tr > td {
text-align: left;
padding: 1rem 1rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down
4 changes: 2 additions & 2 deletions public/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
.p-datatable .p-datatable-tfoot > tr > td {
text-align: left;
padding: 1rem 1rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down Expand Up @@ -3547,7 +3547,7 @@
.p-treetable .p-treetable-tfoot > tr > td {
text-align: left;
padding: 1rem 1rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down
4 changes: 2 additions & 2 deletions public/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
.p-datatable .p-datatable-tfoot > tr > td {
text-align: left;
padding: 0.75rem 0.75rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down Expand Up @@ -3547,7 +3547,7 @@
.p-treetable .p-treetable-tfoot > tr > td {
text-align: left;
padding: 0.75rem 0.75rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down
4 changes: 2 additions & 2 deletions public/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@
.p-datatable .p-datatable-tfoot > tr > td {
text-align: left;
padding: 0.75rem 0.75rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down Expand Up @@ -3547,7 +3547,7 @@
.p-treetable .p-treetable-tfoot > tr > td {
text-align: left;
padding: 0.75rem 0.75rem;
border: 1px solid 3404040;
border: 1px solid #404040;
border-width: 0 0 1px 0;
font-weight: 500;
color: rgba(255, 255, 255, 0.87);
Expand Down

0 comments on commit 1dde367

Please sign in to comment.