Improved background and z-index of multiselect
This commit is contained in:
parent
ec8a80cd3f
commit
cbb96404cd
@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
#multiselect {
|
#multiselect {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: RGBA(0, 94, 204, .4);
|
background-color: RGBA(0, 94, 204, .3);
|
||||||
border: 1px solid RGBA(0, 94, 204, 1);
|
border: 1px solid RGBA(0, 94, 204, 1);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
z-index: 3;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user