- gitlist.git
- src
- browser
- less
- file.less
This file ( 526B ) 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-file-codemirror-exceeded {
display: none;
margin-bottom: @padding-base-horizontal;
}
.p3x-gitlist-light {
.CodeMirror-activeline-gutter .CodeMirror-linenumber, .CodeMirror-linenumber:hover {
color: white;
background-color: black;
cursor: pointer !important;
}
}
.p3x-gitlist-dark {
.CodeMirror-activeline-gutter .CodeMirror-linenumber, .CodeMirror-linenumber:hover {
color: black;
background-color: white;
cursor: pointer !important;
}
}