general-library-union 3.2.50 → 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
|
@@ -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
|
|
|
@@ -6157,12 +6157,12 @@ img#footer-logo::before {
|
|
|
6157
6157
|
|
|
6158
6158
|
|
|
6159
6159
|
.layout-topbar div div div div div a {
|
|
6160
|
-
background: #
|
|
6160
|
+
background: #111111 !important;
|
|
6161
6161
|
color: #fff !important;
|
|
6162
6162
|
}
|
|
6163
6163
|
|
|
6164
6164
|
.layout-topbar div div div div div a:hover {
|
|
6165
|
-
background: #
|
|
6165
|
+
background: #111111 !important:
|
|
6166
6166
|
transition: 0.2s;
|
|
6167
6167
|
}
|
|
6168
6168
|
|