general-library-union 2.7.19 → 2.7.21
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
|
@@ -2673,9 +2673,9 @@ li.btn-descarga-masiva a {
|
|
|
2673
2673
|
display: table;
|
|
2674
2674
|
margin: 0 auto;
|
|
2675
2675
|
width: 100%;
|
|
2676
|
-
position: sticky;
|
|
2676
|
+
// position: sticky;
|
|
2677
2677
|
top: 60px;
|
|
2678
|
-
z-index: 99;
|
|
2678
|
+
// z-index: 99;
|
|
2679
2679
|
padding: 0;
|
|
2680
2680
|
}
|
|
2681
2681
|
|
|
@@ -4812,8 +4812,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4812
4812
|
border: solid 1px !important;
|
|
4813
4813
|
color: #fff;
|
|
4814
4814
|
|
|
4815
|
+
span{
|
|
4816
|
+
color: #fff !important;
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4815
4819
|
&:hover{
|
|
4816
|
-
|
|
4820
|
+
background: #4a4851 !important;
|
|
4821
|
+
color: #fff;
|
|
4817
4822
|
}
|
|
4818
4823
|
|
|
4819
4824
|
}
|
|
@@ -4849,6 +4854,7 @@ background: var(--color-75) !important;
|
|
|
4849
4854
|
|
|
4850
4855
|
&:hover{
|
|
4851
4856
|
background: #39373f !important;
|
|
4857
|
+
border: solid 1px var(--color-400);
|
|
4852
4858
|
}
|
|
4853
4859
|
}
|
|
4854
4860
|
|