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.
lychee/src/styles/_multiselect.scss

7 lines
152 B

#multiselect {
position: absolute;
background-color: rgba(0, 94, 204, .3);
border: 1px solid rgba(0, 94, 204, 1);
border-radius: 3px;
z-index: 3;
}