James Moger
2011-07-11 30a127621c89ff6afef7ca2f2942fc9a6c64b102
Tone-down the repository group CSS color.
1 files modified
7 ■■■■■ changed files
resources/gitblit.css 7 ●●●●● patch | view | raw | blame | history
resources/gitblit.css
@@ -598,14 +598,13 @@
}
table.repositories tr.group {
    background-color: #E66C2C;
    background-color: #C66C2C;
}
table.repositories tr.group td {
    font-weight: bold;
    border-bottom: 1px solid orange;
    font-weight: bold;
    color: white;
    background-color: #E66C2C;
    background-color: #C66C2C;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    padding-left: 5px;