13 lines
259 B
CSS
13 lines
259 B
CSS
/**
|
|
* @name multiselect.css
|
|
* @author Tobias Reich
|
|
* @copyright 2014 by Tobias Reich
|
|
*/
|
|
|
|
#multiselect {
|
|
position: absolute;
|
|
background-color: rgba(0, 94, 204, .3);
|
|
border: 1px solid rgba(0, 94, 204, 1);
|
|
border-radius: 3px;
|
|
z-index: 3;
|
|
} |