general-library-union 3.2.39 → 3.2.40
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/package.json
CHANGED
|
@@ -2743,6 +2743,11 @@ span{
|
|
|
2743
2743
|
/******************************************************************************
|
|
2744
2744
|
* Tabla spinner styles
|
|
2745
2745
|
*****************************************************************************/
|
|
2746
|
+
|
|
2747
|
+
#id_listado_ejecucion_reporte_externo .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2748
|
+
background: #fff !important;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2746
2751
|
.p-component-overlay {
|
|
2747
2752
|
background-color: rgb(131 131 131 / 41%) !important;
|
|
2748
2753
|
}
|
|
@@ -3064,6 +3064,10 @@ span{
|
|
|
3064
3064
|
/******************************************************************************
|
|
3065
3065
|
* Tabla spinner styles
|
|
3066
3066
|
*****************************************************************************/
|
|
3067
|
+
|
|
3068
|
+
#id_listado_ejecucion_reporte_externo .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
3069
|
+
background: #1e1e1e !important;
|
|
3070
|
+
}
|
|
3067
3071
|
|
|
3068
3072
|
|
|
3069
3073
|
.p-datatable .p-datatable-loading-icon {
|