diff --git a/app/assets/stylesheets/gitlab_bootstrap/tables.scss b/app/assets/stylesheets/gitlab_bootstrap/tables.scss index a1a5139..29ec1b5 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/tables.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/tables.scss @@ -17,11 +17,11 @@ table { } th { - font-weight: bold; + font-weight: normal; + font-size: 15px; vertical-align: middle; border-bottom: 1px solid #CCC; text-shadow: 0 1px 1px #fff; - @include bg-dark-gray-gradient; ul.nav { text-shadow: none; diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index 850ed83..ff31265 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -57,13 +57,17 @@ } .tree-table { + border: none; + th .btn { margin: -2px -1px; padding: 2px 10px; } td { line-height: 20px; - background: #fafafa; + background: #fff !important; + border-left: none; + border-right: none; } } -- libgit2 0.21.2