templates/components/select2_css.html.twig line 1

Open in your IDE?
  1. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" type="text/css" />
  2. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" type="text/css" />
  3. <style>
  4.     .bootstrap-select .dropdown-menu {
  5.         background-color: rgba(255, 255, 255, 0.9) !important;
  6.     }
  7.     .bootstrap-select .dropdown-menu .notify {
  8.         background-color: rgba(255, 255, 255, 0.9) !important;
  9.     }
  10.     .bootstrap-select .no-results {
  11.         background-color: rgba(255, 255, 255, 0.9) !important;
  12.     }
  13.     .select2-container--bootstrap-5 .select2-selection {
  14.         background-color: inherit !important;
  15.     }
  16. </style>