diff --git a/app/assets/stylesheets/gitlab_bootstrap/tables.scss b/app/assets/stylesheets/gitlab_bootstrap/tables.scss
index a1a5139cda9b0139282dc1d80a887f5187e48a85..29ec1b584bd82d65b8986ae128c831928497a76a 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 850ed831dfb4e0d00a4cda492dedb42cd407873c..ff31265bac1a3d31204b4bd01525f79b7fbc7f62 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;
     }
   }