|
|
@@ -592,9 +592,24 @@ span.ui.basic.yellow.label {
|
|
|
color: #e0e0e0;
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
+.repository.view.issue .comment-list:before {
|
|
|
+ background-color: #969896;
|
|
|
+}
|
|
|
.repository.view.issue .comment-list .comment .content .header {
|
|
|
background-color: #e0e0e0;
|
|
|
}
|
|
|
+.repository.view.issue .comment-list .comment .content .header::before {
|
|
|
+ border-right-color: #353636;
|
|
|
+}
|
|
|
+.repository.view.issue .comment-list .comment .content .header::after {
|
|
|
+ border-right-color: #2f3233;
|
|
|
+}
|
|
|
+.repository.view.issue .comment-list .comment .content > .bottom.segment {
|
|
|
+ background: #282a2e;
|
|
|
+}
|
|
|
+.repository.view.issue .comment-list .comment .content > .bottom.segment a {
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
.ui .text.grey a {
|
|
|
color: #b4b4b4 !important;
|
|
|
}
|
|
|
@@ -638,6 +653,13 @@ span.ui.basic.yellow.label {
|
|
|
box-shadow: 0 0 0 1px #b5bd68 inset !important;
|
|
|
color: #b5bd68 !important;
|
|
|
}
|
|
|
+.repository .comment.form .content .form:before,
|
|
|
+.repository .comment.form .content .form:after {
|
|
|
+ border-right-color: #282a2e;
|
|
|
+}
|
|
|
+.dropzone .dz-preview.dz-image-preview {
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
/* Pull requests */
|
|
|
.ui.header .sub.header {
|
|
|
color: #e0e0e0 !important;
|