Fix .review-thread-reply and .inline-comment-form

pull/4/head
Adam Porter 8 years ago
parent f686224842
commit b1abd52a3a

@ -604,6 +604,12 @@ a.label {
.pr-toolbar {
background-color: #002b36 !important;
}
.review-thread-reply {
background-color: #073642 !important;
}
.review-thread-reply .inline-comment-form {
background-color: #002b36 !important;
}
#readme .plain {
background-color: #002b36 !important;
}

@ -604,6 +604,12 @@ a.label {
.pr-toolbar {
background-color: #fdf6e3 !important;
}
.review-thread-reply {
background-color: #eee8d5 !important;
}
.review-thread-reply .inline-comment-form {
background-color: #fdf6e3 !important;
}
#readme .plain {
background-color: #fdf6e3 !important;
}

@ -597,6 +597,12 @@ a.label {
.pr-toolbar {
background-color: #002b36 !important;
}
.review-thread-reply {
background-color: #073642 !important;
}
.review-thread-reply .inline-comment-form {
background-color: #002b36 !important;
}
#readme .plain {
background-color: #002b36 !important;
}

@ -597,6 +597,12 @@ a.label {
.pr-toolbar {
background-color: #fdf6e3 !important;
}
.review-thread-reply {
background-color: #eee8d5 !important;
}
.review-thread-reply .inline-comment-form {
background-color: #fdf6e3 !important;
}
#readme .plain {
background-color: #fdf6e3 !important;
}

@ -603,6 +603,14 @@ a.label
.pr-toolbar
background-color()
// *** Code reviews
.review-thread-reply
background-color highlight
.inline-comment-form
background-color()
// ** readmes
#readme .plain
background-color()

Loading…
Cancel
Save