Browse Source

Improved background and z-index of multiselect

Tobias Reich 11 years ago
parent
commit
cbb96404cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/css/modules/multiselect.css

+ 2 - 1
assets/css/modules/multiselect.css

@@ -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;
 }