general-library-union 2.7.14 → 2.7.16
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
|
@@ -3764,13 +3764,15 @@ td.GrupoColor {
|
|
|
3764
3764
|
|
|
3765
3765
|
|
|
3766
3766
|
.menu-punto-proceso .p-dialog .p-button.p-button-icon-only.p-button-rounded {
|
|
3767
|
-
border-radius: 50
|
|
3767
|
+
border-radius: 50% !important;
|
|
3768
3768
|
height: 1.5rem !important;
|
|
3769
3769
|
width: 1.5rem !important;
|
|
3770
|
-
padding: 13px;
|
|
3771
|
-
margin: 0px 3px;
|
|
3772
|
-
color: var(--color-500);
|
|
3773
|
-
border: solid 1px;
|
|
3770
|
+
padding: 13px !important;
|
|
3771
|
+
margin: 0px 3px !important;
|
|
3772
|
+
color: var(--color-500) !important;
|
|
3773
|
+
border: solid 1px !important;
|
|
3774
|
+
color: #fff;
|
|
3775
|
+
box-shadow: none;
|
|
3774
3776
|
}
|
|
3775
3777
|
|
|
3776
3778
|
|
|
@@ -3796,7 +3798,7 @@ td.GrupoColor {
|
|
|
3796
3798
|
margin: 11px !important;
|
|
3797
3799
|
|
|
3798
3800
|
span{
|
|
3799
|
-
color:#fff;
|
|
3801
|
+
color:#fff !important;
|
|
3800
3802
|
}
|
|
3801
3803
|
|
|
3802
3804
|
&:hover{
|