Browse Source

org select container color fix

pull/244/head
Marius 3 years ago
parent
commit
bb6ed88b1d
  1. 6
      CSS/themes/organizr/organizr-base.css

6
CSS/themes/organizr/organizr-base.css

@ -7,6 +7,12 @@
/* THEME PARK CUSTOM */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: rgb(var(--accent-color));
border: 1px solid rgb(var(--accent-color));
color: var(--label-text-color);
}
.modal-content {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat !important;

Loading…
Cancel
Save