Display: Fix free-jqGrid modal background color, set to white - refs BT#19231

pull/4014/head^2
Yannick Warnier 4 years ago
parent ca780f5617
commit cc007d02c4
  1. 5
      assets/css/app.scss

@ -259,6 +259,11 @@
@apply -mt-2 mx-2; @apply -mt-2 mx-2;
} }
// free-jqGrid override
.ui-jqgrid-bootstrap.modal {
@apply bg-white;
}
@import "scss/index.scss"; @import "scss/index.scss";
} }

Loading…
Cancel
Save