jclib-ui 0.0.76 → 0.0.78

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.
@@ -2269,11 +2269,11 @@ const Bl = bt.div`
2269
2269
  padding: 0;
2270
2270
  }
2271
2271
  input[type='color']::-moz-color-swatch {
2272
- border: 1px solid #ccc;
2272
+ border: 1px solid var(--bs-border-color);
2273
2273
  border-radius: 50px;
2274
2274
  }
2275
2275
  input[type='color']::-webkit-color-swatch {
2276
- border: 1px solid #ccc;
2276
+ border: 1px solid var(--bs-border-color);
2277
2277
  border-radius: 50px;
2278
2278
  }
2279
2279
  `;
@@ -16377,7 +16377,7 @@ const uh = ({ name: e, onChange: t, allowNegative: r = !1, ...n }) => /* @__PURE
16377
16377
  tr {
16378
16378
  display: flex;
16379
16379
  flex-direction: column;
16380
- border-bottom: 1px solid #ccc;
16380
+ border-bottom: 1px solid var(--bs-border-color);
16381
16381
 
16382
16382
  td {
16383
16383
  padding: 4px 8px;
@@ -20200,7 +20200,7 @@ const xp = bt.div`
20200
20200
  background-color: var(--nav-menu-bg);
20201
20201
  border: 1px solid var(--nav-menu-border);
20202
20202
  border-radius: 4px;
20203
- /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); */
20203
+ box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
20204
20204
  user-select: none;
20205
20205
  font-family: var(--navbar-font);
20206
20206
  animation: var(--ani-top-open);
@@ -20289,7 +20289,7 @@ const xp = bt.div`
20289
20289
  }
20290
20290
 
20291
20291
  .menu-footer {
20292
- border-top: 1px solid #ccc;
20292
+ border-top: 1px solid var(--bs-border-color);
20293
20293
  padding-top: 5px;
20294
20294
  font-weight: bold;
20295
20295