1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add grey bg to tabs on repo page

This commit is contained in:
chriswatt
2016-02-14 23:09:33 +00:00
parent de3be370f7
commit c47866b34a
4 changed files with 181 additions and 74 deletions

View File

@@ -69,6 +69,11 @@
}
}
}
.header-wrapper {
background-color: #FAFAFA;
margin-top: -15px;
padding-top: 15px;
}
.filter.menu {
.label.color {
margin-left: 15px;