diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 99d2d27..8f6358a 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -35,7 +35,6 @@ color: #666; margin:20px 0; background: #FAFAFA; - box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; .control-group { margin-bottom: 0; diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index 2ca6017..82ec776 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/common.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss @@ -116,3 +116,7 @@ pre.well-pre { color: #FFF; } } + +.dropdown-menu > li > a { + text-shadow: none; +} -- libgit2 0.21.2