pam-grid 1.1.0 → 1.1.1

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/dist/index.css CHANGED
@@ -27511,6 +27511,20 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
27511
27511
  outline-offset: -2px;
27512
27512
  background-color: #f5f6ff;
27513
27513
  }
27514
+ .pms-grid td .form-control,
27515
+ .pms-grid td .form-select {
27516
+ border-radius: 0;
27517
+ box-shadow: none !important;
27518
+ background-color: #fff;
27519
+ height: 100%;
27520
+ min-height: 38px;
27521
+ padding: 0 12px;
27522
+ }
27523
+ .pms-grid td .form-control:focus,
27524
+ .pms-grid td .form-select:focus {
27525
+ background-color: #fff;
27526
+ border-color: #696cff;
27527
+ }
27514
27528
  .pam-bg-light-primary {
27515
27529
  background-color: color-mix(in srgb, var(--bs-primary) 10.4%, transparent);
27516
27530
  border: var(--bs-primary-border-subtle);