general-library-union 3.2.13 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.2.13",
3
+ "version": "3.2.15",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -434,6 +434,8 @@ color: #232323;
434
434
 
435
435
  img {
436
436
  filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
437
+ display: table;
438
+ margin: 0 auto;
437
439
  }
438
440
  }
439
441
 
@@ -3465,6 +3467,10 @@ button:focus-visible {
3465
3467
  * TABLAS styles
3466
3468
  *****************************************************************************/
3467
3469
 
3470
+ #id_listado_ejecucion_reporte_externo .p-datatable .p-datatable-tbody > tr.p-highlight {
3471
+ background: #fff !important;
3472
+ }
3473
+
3468
3474
  table tr td.flex.justify-content-end.align-items-center button {
3469
3475
  margin: 10px 4px;
3470
3476
  }
@@ -3128,8 +3128,16 @@ span{
3128
3128
  }
3129
3129
 
3130
3130
  .FormaImagen {
3131
- background: #39373f !important;
3132
- }
3131
+ width:100%; border-radius:50%;
3132
+ padding:5%;
3133
+ background:#39373f;
3134
+ box-shadow: 0px 0px 5px #39373f;
3135
+
3136
+
3137
+ img {
3138
+ display: table;
3139
+ margin: 0 auto;
3140
+ }}
3133
3141
 
3134
3142
  .menu-accion-sara .p-menubar .p-menuitem:last-child {
3135
3143
  border-right: none !important;
@@ -4018,6 +4026,10 @@ button:focus-visible {
4018
4026
  * TABLAS styles
4019
4027
  *****************************************************************************/
4020
4028
 
4029
+ #id_listado_ejecucion_reporte_externo .p-datatable .p-datatable-tbody > tr.p-highlight {
4030
+ background: #1e1e1e !important;
4031
+ }
4032
+
4021
4033
  table tr td.flex.justify-content-end.align-items-center button {
4022
4034
  margin: 10px 4px;
4023
4035
  }