- gitlist.git
- public
- less
- branch-menu.less
This file ( 994B ) 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-branch-list {
overflow: hidden;
white-space:nowrap;
text-overflow:ellipsis;
max-width:200px;
display:inline-block;
@media only screen and (max-width : 768px) {
max-width: 100%;
width: 100%;
}
}
.p3x-gitlist-branch-menu-header, .p3x-gitlist-branch-menu-item
{
padding: @padding-base-vertical;
}
#p3x-gitlist-branch-list-container {
a {
text-decoration: none !important;
}
.p3x-gitlist-branch-menu-item:hover {
cursor: pointer;
}
.p3x-gitlist-branch-menu-item:hover {
background-color: @link-color;
}
.main-list {
.p3x-gitlist-branch-menu-item:hover {
a, a:hover {
color: white !important;
}
}
}
}
.p3x-gitlist-light {
#p3x-gitlist-branch-list-container {
.main-list {
a {
}
}
}
}
.p3x-gitlist-dark {
#p3x-gitlist-branch-list {
.main-list {
.p3x-gitlist-branch-menu-item {
a {
color: @navbar-default-color;
}
}
}
}
}