]> source.dussan.org Git - nextcloud-server.git/commitdiff
multiselect: drop shadow for better focus
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 16:04:33 +0000 (18:04 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 16:04:33 +0000 (18:04 +0200)
core/css/multiselect.css

index 8fab99806f7730bfc825d0b9cc4fc6f965d86635..667eba86e7c229ad61528f207155fff88e646fbd 100644 (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 {