general-library-union 3.2.14 → 3.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/app/webcommon/pages/ejecucion-reporte-externo/listado-ejecucion-reporte-externo/listado-ejecucion-reporte-externo.component.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +4 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +4 -0
package/package.json
CHANGED
|
@@ -3467,6 +3467,10 @@ button:focus-visible {
|
|
|
3467
3467
|
* TABLAS styles
|
|
3468
3468
|
*****************************************************************************/
|
|
3469
3469
|
|
|
3470
|
+
#id_listado_ejecucion_reporte_externo .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
3471
|
+
background: #fff !important;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3470
3474
|
table tr td.flex.justify-content-end.align-items-center button {
|
|
3471
3475
|
margin: 10px 4px;
|
|
3472
3476
|
}
|
|
@@ -4026,6 +4026,10 @@ button:focus-visible {
|
|
|
4026
4026
|
* TABLAS styles
|
|
4027
4027
|
*****************************************************************************/
|
|
4028
4028
|
|
|
4029
|
+
#id_listado_ejecucion_reporte_externo .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
4030
|
+
background: #1e1e1e !important;
|
|
4031
|
+
}
|
|
4032
|
+
|
|
4029
4033
|
table tr td.flex.justify-content-end.align-items-center button {
|
|
4030
4034
|
margin: 10px 4px;
|
|
4031
4035
|
}
|