general-library-union 3.2.49 → 3.2.51
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
|
@@ -2747,6 +2747,10 @@ span{
|
|
|
2747
2747
|
background: #fff !important;
|
|
2748
2748
|
}
|
|
2749
2749
|
|
|
2750
|
+
app-listado-solicitud .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2751
|
+
background: #fff !important;
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2750
2754
|
.p-component-overlay {
|
|
2751
2755
|
background-color: rgb(131 131 131 / 41%) !important;
|
|
2752
2756
|
}
|
|
@@ -1296,11 +1296,11 @@ margin-left: 10px;
|
|
|
1296
1296
|
}
|
|
1297
1297
|
|
|
1298
1298
|
.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items>li>div {
|
|
1299
|
-
box-shadow: 0 3px 12px rgb(30 28 26 /
|
|
1299
|
+
box-shadow: 0 3px 12px rgb(30 28 26 / 80%) !important;
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
1302
1302
|
.layout-topbar .layout-topbar-end .layout-topbar-actions-end .layout-topbar-items > li > div {
|
|
1303
|
-
background
|
|
1303
|
+
background:#111111 !important;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
1306
|
.layout-sidebar .layout-menu .active-menuitem ul li a {
|
|
@@ -2004,7 +2004,7 @@ margin-left: 10px;
|
|
|
2004
2004
|
}
|
|
2005
2005
|
|
|
2006
2006
|
|
|
2007
|
-
.
|
|
2007
|
+
.zp-second-picker {
|
|
2008
2008
|
position: relative;
|
|
2009
2009
|
}
|
|
2010
2010
|
|
|
@@ -4035,6 +4035,11 @@ button:focus-visible {
|
|
|
4035
4035
|
background: #1e1e1e !important;
|
|
4036
4036
|
}
|
|
4037
4037
|
|
|
4038
|
+
app-listado-solicitud .p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
4039
|
+
background: #1e1e1e !important;
|
|
4040
|
+
}
|
|
4041
|
+
|
|
4042
|
+
|
|
4038
4043
|
|
|
4039
4044
|
table tr td.flex.justify-content-end.align-items-center button {
|
|
4040
4045
|
margin: 10px 4px;
|
|
@@ -6152,12 +6157,12 @@ img#footer-logo::before {
|
|
|
6152
6157
|
|
|
6153
6158
|
|
|
6154
6159
|
.layout-topbar div div div div div a {
|
|
6155
|
-
background: #
|
|
6160
|
+
background: #111111 !important;
|
|
6156
6161
|
color: #fff !important;
|
|
6157
6162
|
}
|
|
6158
6163
|
|
|
6159
6164
|
.layout-topbar div div div div div a:hover {
|
|
6160
|
-
background: #
|
|
6165
|
+
background: #111111 !important:
|
|
6161
6166
|
transition: 0.2s;
|
|
6162
6167
|
}
|
|
6163
6168
|
|