general-library-union 2.3.30 → 2.3.31
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
|
@@ -2115,37 +2115,17 @@ span{
|
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
2117
|
/******************************************************************************
|
|
2118
|
-
*
|
|
2118
|
+
* Tabla spinner styles
|
|
2119
2119
|
*****************************************************************************/
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
/* Modifica el estilo del overlay de carga */
|
|
2123
|
-
.p-datatable-loading-overlay {
|
|
2124
|
-
background-color: rgba(255, 255, 255, 0.8); /* Cambia el fondo a un blanco semitransparente */
|
|
2120
|
+
.p-component-overlay {
|
|
2121
|
+
background-color: rgba(238, 238, 238, 0.32) !important;
|
|
2125
2122
|
}
|
|
2126
2123
|
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
border: 4px solid #f3f3f3; /* Cambia el borde del loader */
|
|
2130
|
-
border-top: 4px solid #3498db; /* Cambia el color de la parte superior del loader */
|
|
2131
|
-
border-radius: 50%; /* Haz el loader redondo */
|
|
2132
|
-
width: 40px; /* Ajusta el tamaño del loader */
|
|
2133
|
-
height: 40px; /* Ajusta el tamaño del loader */
|
|
2134
|
-
animation: spin 2s linear infinite; /* Aplica una animación de giro */
|
|
2135
|
-
}
|
|
2136
|
-
|
|
2137
|
-
/* Añade una animación de giro */
|
|
2138
|
-
@keyframes spin {
|
|
2139
|
-
0% { transform: rotate(0deg); }
|
|
2140
|
-
100% { transform: rotate(360deg); }
|
|
2124
|
+
.p-datatable .p-datatable-loading-icon {
|
|
2125
|
+
color: var(--color-500) !important;
|
|
2141
2126
|
}
|
|
2142
2127
|
|
|
2143
2128
|
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
2129
|
/******************************************************************************
|
|
2150
2130
|
* MENU ACCIONES styles
|
|
2151
2131
|
*****************************************************************************/
|
|
@@ -2362,34 +2362,15 @@ span{
|
|
|
2362
2362
|
|
|
2363
2363
|
|
|
2364
2364
|
/******************************************************************************
|
|
2365
|
-
*
|
|
2365
|
+
* Tabla spinner styles
|
|
2366
2366
|
*****************************************************************************/
|
|
2367
|
+
|
|
2367
2368
|
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
.p-datatable-loading-overlay {
|
|
2371
|
-
background-color: rgba(255, 255, 255, 0.8); /* Cambia el fondo a un blanco semitransparente */
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
/* Modifica el estilo del spinner o loader */
|
|
2375
|
-
.p-datatable-loader {
|
|
2376
|
-
border: 4px solid transparent; /* Cambia el borde del loader */
|
|
2377
|
-
border-top: 4px solid #3498db; /* Cambia el color de la parte superior del loader */
|
|
2378
|
-
border-radius: 50%; /* Haz el loader redondo */
|
|
2379
|
-
width: 40px; /* Ajusta el tamaño del loader */
|
|
2380
|
-
height: 40px; /* Ajusta el tamaño del loader */
|
|
2381
|
-
animation: spin 2s linear infinite; /* Aplica una animación de giro */
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
|
-
/* Añade una animación de giro */
|
|
2385
|
-
@keyframes spin {
|
|
2386
|
-
0% { transform: rotate(0deg); }
|
|
2387
|
-
100% { transform: rotate(360deg); }
|
|
2369
|
+
.p-datatable .p-datatable-loading-icon {
|
|
2370
|
+
color: var(--color-500) !important;
|
|
2388
2371
|
}
|
|
2389
2372
|
|
|
2390
2373
|
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
2374
|
/******************************************************************************
|
|
2394
2375
|
* MENU ACCIONES styles
|
|
2395
2376
|
*****************************************************************************/
|