From 50fea8ad0f438d4981331bf0712e628e5837f657 Mon Sep 17 00:00:00 2001 From: Buu Nguyen Date: Sun, 15 Nov 2015 09:32:06 -0800 Subject: [PATCH] Change GitLab tree header style --- src/adapters/github.less | 2 ++ src/adapters/gitlab.less | 1 + src/styles/base.less | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/adapters/github.less b/src/adapters/github.less index 4f335f3..48fe1dc 100644 --- a/src/adapters/github.less +++ b/src/adapters/github.less @@ -29,6 +29,8 @@ .octotree_view_header { height: 49px; background-color: #f3f3f3; + background-image: linear-gradient(#f9f9f9, #f3f3f3); + background-repeat: repeat-x; border-bottom: 1px solid #e5e5e5; } } diff --git a/src/adapters/gitlab.less b/src/adapters/gitlab.less index ca31f49..6bb8410 100644 --- a/src/adapters/gitlab.less +++ b/src/adapters/gitlab.less @@ -31,6 +31,7 @@ .octotree_view_header { height: 58px; font-size: 20px; + background-image: none; background-color: #f7f8fa; border-bottom: 1px solid #dce0e6; } diff --git a/src/styles/base.less b/src/styles/base.less index c83f68c..2c6c8a6 100755 --- a/src/styles/base.less +++ b/src/styles/base.less @@ -40,8 +40,6 @@ left: 0; font-size: 16px; line-height: 2.6; - background-image: linear-gradient(#f9f9f9, #f3f3f3); - background-repeat: repeat-x; margin: 0; text-shadow: 0 1px 0 #fff; z-index: 1000002;