|
|
@ -428,6 +428,10 @@
|
|
|
|
background-color: #383c4a;
|
|
|
|
background-color: #383c4a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.repository .segment.reactions .ui.label.basic.blue {
|
|
|
|
|
|
|
|
background: var(--color-primary-alpha-20) !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
color: #a5a5a8;
|
|
|
|
color: #a5a5a8;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -511,7 +515,7 @@ body {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.following.bar .top.menu a.item:hover {
|
|
|
|
.following.bar .top.menu a.item:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.attached.header {
|
|
|
|
.ui.attached.header {
|
|
|
@ -629,7 +633,7 @@ footer {
|
|
|
|
.ui.label.basic {
|
|
|
|
.ui.label.basic {
|
|
|
|
color: #dbdbdb;
|
|
|
|
color: #dbdbdb;
|
|
|
|
border-color: #6a737d;
|
|
|
|
border-color: #6a737d;
|
|
|
|
background-color: #353945;
|
|
|
|
background-color: #383c4a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.issue.list > .item .title {
|
|
|
|
.issue.list > .item .title {
|
|
|
@ -655,7 +659,7 @@ footer {
|
|
|
|
a.ui.basic.green.label:hover {
|
|
|
|
a.ui.basic.green.label:hover {
|
|
|
|
background-color: #16ab39 !important;
|
|
|
|
background-color: #16ab39 !important;
|
|
|
|
border-color: #16ab39 !important;
|
|
|
|
border-color: #16ab39 !important;
|
|
|
|
color: #ffffff !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.issue.list > .item .comment {
|
|
|
|
.issue.list > .item .comment {
|
|
|
@ -832,7 +836,7 @@ a.ui.basic.green.label:hover {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.button {
|
|
|
|
.ui.button {
|
|
|
|
background: #383c4a;
|
|
|
|
background: #353846;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
color: #dbdbdb;
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1061,15 +1065,6 @@ a.ui.basic.green.label:hover {
|
|
|
|
color: #dbdbdb !important;
|
|
|
|
color: #dbdbdb !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui .comment .actions a {
|
|
|
|
|
|
|
|
color: #a5a5a8 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui .comment .actions a.active,
|
|
|
|
|
|
|
|
.ui .comment .actions a:hover {
|
|
|
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment .content {
|
|
|
|
.repository.view.issue .comment-list .comment .content {
|
|
|
|
> .bottom.segment {
|
|
|
|
> .bottom.segment {
|
|
|
|
background: #353945;
|
|
|
|
background: #353945;
|
|
|
@ -1123,13 +1118,21 @@ a.ui.basic.green.label:hover {
|
|
|
|
.repository.view.issue .comment-list .timeline-item .badge {
|
|
|
|
.repository.view.issue .comment-list .timeline-item .badge {
|
|
|
|
background-color: #4c505c;
|
|
|
|
background-color: #4c505c;
|
|
|
|
border-color: #4c505c;
|
|
|
|
border-color: #4c505c;
|
|
|
|
color: #a5a5a8;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
|
|
|
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
|
|
|
background: radial-gradient(var(--color-body) 40%, transparent 40%) no-repeat;
|
|
|
|
background: radial-gradient(var(--color-body) 40%, transparent 40%) no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comment-header-right a {
|
|
|
|
|
|
|
|
color: #a5a5a8;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comment-header-right a:hover {
|
|
|
|
|
|
|
|
color: #dedede;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repository.file.editor .commit-form-wrapper .commit-form {
|
|
|
|
.repository.file.editor .commit-form-wrapper .commit-form {
|
|
|
|
border-color: #505667;
|
|
|
|
border-color: #505667;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1208,6 +1211,10 @@ td.blob-hunk {
|
|
|
|
color: #dbdbdb !important;
|
|
|
|
color: #dbdbdb !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.lines-type-marker {
|
|
|
|
|
|
|
|
background: #2a2e3a;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.vertical.menu .active.item {
|
|
|
|
.ui.vertical.menu .active.item {
|
|
|
|
background: #4b5162;
|
|
|
|
background: #4b5162;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1421,23 +1428,19 @@ input {
|
|
|
|
background: #404552;
|
|
|
|
background: #404552;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
color: #dbdbdb;
|
|
|
|
color: #dbdbdb;
|
|
|
|
border-color: #4b505f;
|
|
|
|
border-color: #505667;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui.checkbox .box:hover::before,
|
|
|
|
|
|
|
|
.ui.checkbox label:hover::before {
|
|
|
|
|
|
|
|
background: #404552;
|
|
|
|
|
|
|
|
border-color: #4b505f;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.checkbox .box:before,
|
|
|
|
.ui.checkbox .box:before,
|
|
|
|
.ui.checkbox label:before {
|
|
|
|
.ui.checkbox label:before {
|
|
|
|
background: #404552;
|
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #4b505f;
|
|
|
|
border: 1px solid #505667;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.checkbox label:before {
|
|
|
|
.ui.checkbox .box:hover::before,
|
|
|
|
border-color: #4b505f;
|
|
|
|
.ui.checkbox label:hover::before {
|
|
|
|
|
|
|
|
background: #404552;
|
|
|
|
|
|
|
|
border-color: #505667;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.checkbox .box:active::before,
|
|
|
|
.ui.checkbox .box:active::before,
|
|
|
@ -1448,8 +1451,8 @@ input {
|
|
|
|
|
|
|
|
|
|
|
|
.ui.checkbox input:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:focus ~ label:before {
|
|
|
|
.ui.checkbox input:focus ~ label:before {
|
|
|
|
border-color: #6a737d;
|
|
|
|
|
|
|
|
background: #404552;
|
|
|
|
background: #404552;
|
|
|
|
|
|
|
|
border-color: #6a737d;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui.checkbox input:checked:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:checked:focus ~ .box:before,
|
|
|
@ -1564,7 +1567,7 @@ input {
|
|
|
|
|
|
|
|
|
|
|
|
.lines-num {
|
|
|
|
.lines-num {
|
|
|
|
color: #a5a5a8 !important;
|
|
|
|
color: #a5a5a8 !important;
|
|
|
|
border-color: #2d2d2d !important;
|
|
|
|
border-color: #4b505f !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
td.blob-excerpt {
|
|
|
|
td.blob-excerpt {
|
|
|
@ -1598,13 +1601,17 @@ a.ui.labels .label:hover {
|
|
|
|
|
|
|
|
|
|
|
|
.sha.label,
|
|
|
|
.sha.label,
|
|
|
|
.repository #repo-files-table .sha.label,
|
|
|
|
.repository #repo-files-table .sha.label,
|
|
|
|
|
|
|
|
.repository #commits-table td.sha .sha.label,
|
|
|
|
|
|
|
|
.repository .timeline-item.commits-list .singular-commit .sha.label,
|
|
|
|
.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label {
|
|
|
|
.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label {
|
|
|
|
border-color: #4c505c;
|
|
|
|
border-color: #505667;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.sha.label.isSigned .detail.icon,
|
|
|
|
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
|
|
|
|
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
|
|
|
|
.repository #repo-files-table .sha.label.isSigned .detail.icon,
|
|
|
|
.repository #repo-files-table .sha.label.isSigned .detail.icon,
|
|
|
|
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon {
|
|
|
|
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon,
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit .shabox .sha.label.isSigned .detail.icon {
|
|
|
|
background: none;
|
|
|
|
background: none;
|
|
|
|
border-left-color: #888;
|
|
|
|
border-left-color: #888;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1793,11 +1800,7 @@ a.ui.labels .label:hover {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.comment-code-cloud {
|
|
|
|
.comment-code-cloud {
|
|
|
|
border-color: #3a3a3a;
|
|
|
|
border-color: transparent;
|
|
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
|
|
|
|
border-bottom: 13px solid #5a5a5a;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui.attached.top.header {
|
|
|
|
.ui.attached.top.header {
|
|
|
|
background: none transparent;
|
|
|
|
background: none transparent;
|
|
|
@ -1813,7 +1816,7 @@ a.ui.labels .label:hover {
|
|
|
|
background: #404552;
|
|
|
|
background: #404552;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
border-color: rgba(255, 255, 255, .15);
|
|
|
|
border-color: #4c505c;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
.footer {
|
|
|
@ -1849,6 +1852,15 @@ a.ui.labels .label:hover {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comment-header a {
|
|
|
|
|
|
|
|
color: #a5a5a8 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comment-header .actions a:hover,
|
|
|
|
|
|
|
|
.comment-header .actions a.active {
|
|
|
|
|
|
|
|
color: #dedede !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.heatmap(@heat) {
|
|
|
|
.heatmap(@heat) {
|
|
|
|
@heatmap-cold: #2d303b;
|
|
|
|
@heatmap-cold: #2d303b;
|
|
|
|
@heatmap-hot: #a0cc75;
|
|
|
|
@heatmap-hot: #a0cc75;
|
|
|
|