From 6f6e89dbc2e28759065c8a54cfb54e1bf381111a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 8 Dec 2019 20:16:24 +0100 Subject: dropdown-menu lighter box-shadow --- client/src/sass/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 8f1e18d9e..2944dd9e2 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -16,7 +16,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; .dropdown-menu { border-radius: 3px; - box-shadow: 0 3px 6px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); font-size: 15px; .dropdown-item { -- cgit v1.2.3