Improved background and z-index of multiselect

This commit is contained in:
Tobias Reich 2014-01-29 00:43:29 +01:00
parent ec8a80cd3f
commit cbb96404cd

View File

@ -6,7 +6,8 @@
#multiselect {
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-radius: 3px;
z-index: 3;
}