2014-01-28 16:00:55 +00:00
|
|
|
/**
|
|
|
|
* @name multiselect.css
|
|
|
|
* @author Tobias Reich
|
|
|
|
* @copyright 2014 by Tobias Reich
|
|
|
|
*/
|
|
|
|
|
|
|
|
#multiselect {
|
|
|
|
position: absolute;
|
2014-02-08 21:11:01 +00:00
|
|
|
background-color: rgba(0, 94, 204, .3);
|
|
|
|
border: 1px solid rgba(0, 94, 204, 1);
|
2014-01-28 16:00:55 +00:00
|
|
|
border-radius: 3px;
|
2014-01-28 23:43:29 +00:00
|
|
|
z-index: 3;
|
2014-01-28 16:00:55 +00:00
|
|
|
}
|