multiselect.css 246 B

123456789101112
  1. /**
  2. * @name multiselect.css
  3. * @author Tobias Reich
  4. * @copyright 2014 by Tobias Reich
  5. */
  6. #multiselect {
  7. position: absolute;
  8. background-color: RGBA(0, 94, 204, .4);
  9. border: 1px solid RGBA(0, 94, 204, 1);
  10. border-radius: 3px;
  11. }