Change GitLab tree header style

This commit is contained in:
Buu Nguyen 2015-11-15 09:32:06 -08:00
parent 2d57671307
commit 50fea8ad0f
3 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,8 @@
.octotree_view_header { .octotree_view_header {
height: 49px; height: 49px;
background-color: #f3f3f3; background-color: #f3f3f3;
background-image: linear-gradient(#f9f9f9, #f3f3f3);
background-repeat: repeat-x;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
} }

View File

@ -31,6 +31,7 @@
.octotree_view_header { .octotree_view_header {
height: 58px; height: 58px;
font-size: 20px; font-size: 20px;
background-image: none;
background-color: #f7f8fa; background-color: #f7f8fa;
border-bottom: 1px solid #dce0e6; border-bottom: 1px solid #dce0e6;
} }

View File

@ -40,8 +40,6 @@
left: 0; left: 0;
font-size: 16px; font-size: 16px;
line-height: 2.6; line-height: 2.6;
background-image: linear-gradient(#f9f9f9, #f3f3f3);
background-repeat: repeat-x;
margin: 0; margin: 0;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
z-index: 1000002; z-index: 1000002;