diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index eec82cd60..dd2c963ef 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -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); @@ -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); diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 16ecb6bb8..119caef60 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -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); @@ -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); diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 8669fc36d..20828a397 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -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); @@ -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); diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 5fac715b2..4eb804712 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -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); @@ -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);