diff --git a/src/theme.scss b/src/theme.scss index 4a66a9b47..7fee171ee 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -659,6 +659,9 @@ multiselect { } .app-configure-links { + position: relative; + z-index: 10; + div { cursor: pointer; display: inline-block; @@ -679,13 +682,13 @@ multiselect { &:focus { text-decoration: none; background-color: #f3f3f3; - box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); + box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1); } &.active { background-color: white; color: $navbar-default-link-color; - box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); + box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1); } &.disabled {