diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 18:04:33 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 18:04:33 +0200 |
commit | 27996d1c64a4fab8334b9188b99011097e7ab605 (patch) | |
tree | 0ff11bcdbfc4ecb1b2f930c3718866afac34cd89 /core/css | |
parent | 35e7b64cc204ed1c7152fe4b7b7cd6ee67d0fd19 (diff) | |
download | nextcloud-server-27996d1c64a4fab8334b9188b99011097e7ab605.tar.gz nextcloud-server-27996d1c64a4fab8334b9188b99011097e7ab605.zip |
multiselect: drop shadow for better focus
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/multiselect.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 8fab99806f7..667eba86e7c 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -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 { |