diff page ui
This commit is contained in:
parent
1b3af2f6c6
commit
c9e1eb0a0d
2 changed files with 41 additions and 1 deletions
|
@ -711,6 +711,12 @@ html, body {
|
|||
width: 1%;
|
||||
}
|
||||
|
||||
.file-content .file-body.file-code .lines-ellipsis {
|
||||
background-color: #FAFAFA;
|
||||
color: #999;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.file-content .file-body.file-code .lines-num span {
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
line-height: 1.6;
|
||||
|
@ -896,7 +902,7 @@ html, body {
|
|||
background-color: #e9aeae;
|
||||
}
|
||||
|
||||
.diff-detail-box span.status.rename{
|
||||
.diff-detail-box span.status.rename {
|
||||
background-color: #dad8ff;
|
||||
}
|
||||
|
||||
|
@ -962,6 +968,10 @@ html, body {
|
|||
border-color: #f0db88 !important;
|
||||
}
|
||||
|
||||
.diff-file-box .ellipsis-code pre {
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
/* wrapper and footer */
|
||||
|
||||
#wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue