- gitlist.git
- src
- browser
- less
- browser.less
This file ( 948B ) 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 {
.p3x-gitlist-branch-menu-item, a {
text-decoration: none;
color: @dropdown-link-color;
}
.p3x-gitlist-branch-menu-item:hover {
cursor: pointer;
}
.p3x-gitlist-branch-menu-item:hover, .p3x-gitlist-branch-menu-item:hover a {
background-color: @dropdown-link-hover-bg;
color: @dropdown-link-hover-color;
}
.p3x-gitlist-branch-menu-item.active, .p3x-gitlist-branch-menu-item.active a {
background-color: @dropdown-link-active-bg;
color: @dropdown-link-active-color;
}
}
#p3x-gitlist-branch-list-dropdown-menu {
overflow-y: auto;
}