Skip to content

Commit

Permalink
PR: Add build status styling. Fixes #379
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Aug 5, 2016
1 parent 928d2f2 commit 0a91d97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@
.main-content, .showcase-page-header, .showcase-page-pattern:after,
.description-inline, .result-group a, .border-wrap, .select-menu-item,
a.feed-icon, .session-device, .boxed-group-list > li.session-device:hover,
#message-list .pagination a, #message-list .pagination .disabled {
#message-list .pagination a, #message-list .pagination .disabled,
.merge-status-item .merge-status-icon {
background: transparent !important;
}
.render-container.is-render-ready.is-render-requested:not(.is-render-failed),
Expand Down Expand Up @@ -825,7 +826,7 @@
input[type="text"]:not(.tree-finder-input):not(.js-site-search-focus),
.bg-gray-light, .explore-signup-entice, .ace_search_form, .ace_replace_form,
.price-box, .cvv-hint-tooltip, .plan-choice, .billing-per-seat-callout:after,
.date-selector td {
.date-selector td, .merge-status-item {
background: #181818 !important;
border-color: #343434 !important;
}
Expand Down Expand Up @@ -2562,7 +2563,8 @@
.zhc-pipeline--new-placeholder .zhc-pipeline__head, .zhc-merge-repo-item,
.zh-todopage-menu, .zh-select-menu-item, .zh-epic-issue-list-container ul,
.zh-epic-creator-nav, .zh-epic-creator-picker-container, .zh-board-menu,
.zh-epic-creator-filters, .zh-epic-issues-picker-new-issue {
.zh-epic-creator-filters, .zh-epic-issues-picker-new-issue,
.merge-status-list {
border-color: #343434 !important;
}
.zhc-tooltip-action__content:before {
Expand Down

0 comments on commit 0a91d97

Please sign in to comment.