- gitlist.git
- src
- browser
- less
- treegraph.less
This file ( 763B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
.p3x-gitlist-treegraph-log {
}
.treegraph-button {
padding: @padding-base-vertical !important;
font-family: monospace;
}
.p3x-gitlist-light {
.treegraph-button {
background-color: @navbar-default-bg !important;
color: @navbar-default-link-hover-color !important;
}
.treegraph-link {
color: @brand-primary !important;
}
}
.p3x-gitlist-dark {
.treegraph-button {
background-color: @navbar-inverse-bg !important;
color: @navbar-inverse-link-hover-color !important;
}
.treegraph-link {
color: @brand-primary !important;
}
}
.p3x-gitlist-treegraph-subject {
white-space: nowrap;
p {
display: inline;
text-overflow: ellipsis;
}
a, a:active {
color: @brand-primary !important;
}
}
#rev-list {
}