You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lupickertable.css 167B

123456
  1. .lu-picker-table-picked-items {
  2. background-color: rgba(47, 47, 47, 0.2);
  3. border: solid rgb(47, 47, 47) 1px;
  4. margin: 2px 2px 2px 2px;
  5. cursor: pointer;
  6. }