|
|
@@ -498,7 +498,7 @@ span.ui.basic.yellow.label {
|
|
|
}
|
|
|
.ui.red.button,
|
|
|
.ui.red.buttons .button {
|
|
|
- background-color: #cc6666;
|
|
|
+ background-color: #9e6a03;
|
|
|
}
|
|
|
.ui.green.button:hover,
|
|
|
.ui.green.buttons .button:hover {
|
|
|
@@ -570,8 +570,8 @@ span.ui.basic.yellow.label {
|
|
|
}
|
|
|
.ui.basic.red.active.button,
|
|
|
.ui.basic.red.buttons .active.button {
|
|
|
- box-shadow: 0 0 0 1px #cc6666 inset !important;
|
|
|
- color: #cc6666 !important;
|
|
|
+ box-shadow: 0 0 0 1px #9e6a03 inset !important;
|
|
|
+ color: #9e6a03 !important;
|
|
|
}
|
|
|
.ui.compact.small.menu {
|
|
|
background: #282a2e !important;
|
|
|
@@ -621,19 +621,19 @@ span.ui.basic.yellow.label {
|
|
|
}
|
|
|
.ui.green.label,
|
|
|
.ui.green.labels .label {
|
|
|
- background-color: #b5bd68 !important;
|
|
|
- border-color: #b5bd68 !important;
|
|
|
+ background-color: #238636 !important;
|
|
|
+ border-color: #238636 !important;
|
|
|
color: #e0e0e0 !important;
|
|
|
}
|
|
|
.ui.green.button,
|
|
|
.ui.green.buttons .button {
|
|
|
- background-color: #649e36 !important;
|
|
|
+ background-color: #238636 !important;
|
|
|
color: #e0e0e0 !important;
|
|
|
}
|
|
|
.ui.basic.red.button,
|
|
|
.ui.basic.red.buttons .button {
|
|
|
- color: #cc6666 !important;
|
|
|
- box-shadow: 0 0 0 1px #cc6666 inset !important;
|
|
|
+ color: #9e6a03 !important;
|
|
|
+ box-shadow: 0 0 0 1px #9e6a03 inset !important;
|
|
|
}
|
|
|
.ui.basic.green.button,
|
|
|
.ui.basic.green.buttons .button {
|
|
|
@@ -642,7 +642,7 @@ span.ui.basic.yellow.label {
|
|
|
}
|
|
|
.ui.red.label,
|
|
|
.ui.red.labels .label {
|
|
|
- background-color: #cc6666 !important;
|
|
|
+ background-color: #9e6a03 !important;
|
|
|
border-color: inherit !important;
|
|
|
}
|
|
|
.ui.form textarea {
|
|
|
@@ -657,8 +657,11 @@ span.ui.basic.yellow.label {
|
|
|
.repository .comment.form .content .form:after {
|
|
|
border-right-color: #282a2e;
|
|
|
}
|
|
|
+.repository.view.issue .comment-list .event .octicon.octicon-circle-slash {
|
|
|
+ background-color: #1d1f21;
|
|
|
+}
|
|
|
.dropzone .dz-preview.dz-image-preview {
|
|
|
- background: transparent;
|
|
|
+ background: transparent !important;
|
|
|
}
|
|
|
/* Pull requests */
|
|
|
.ui.header .sub.header {
|
|
|
@@ -739,7 +742,7 @@ label[for="org_name"] {
|
|
|
color: #e0e0e0 !important;
|
|
|
}
|
|
|
.ui.red.message {
|
|
|
- color: #cc6666;
|
|
|
+ color: #9e6a03;
|
|
|
}
|
|
|
.ui.very.basic.striped.table > thead > tr > th {
|
|
|
color: #e0e0e0;
|