summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/tables.scss4
-rw-r--r--app/assets/stylesheets/sections/tree.scss6
2 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/tables.scss b/app/assets/stylesheets/gitlab_bootstrap/tables.scss
index a1a5139cda9..29ec1b584bd 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 850ed831dfb..ff31265bac1 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;
}
}