multiselect: drop shadow for better focus

This commit is contained in:
Jan-Christoph Borchardt 2013-06-11 18:04:33 +02:00
parent 35e7b64cc2
commit 27996d1c64
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ ul.multiselectoptions.down {
border-bottom-left-radius: .5em;
border-bottom-right-radius: .5em;
width: 100%; /* do not cut off group names */
-webkit-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
-moz-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
box-shadow: 0px 0px 20px rgba(29,45,68,.4);
}
ul.multiselectoptions.up {