Skip to content

Commit

Permalink
Repo view: Fix language summary and box borders
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Aug 18, 2014
1 parent 2055e84 commit 98bc0ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
.setup-info-module .features-list .list-divider, .collection-page .other-content, .bubble-wrap, .release-show,
.file-wrap, .branches .branch-summary, .branches .no-results-message, .branch-a-b-count .count-half:last-child,
.tabnav-tab.selected, .panel-nav, .file, .full-commit .sha-block > a, .theme-selector-thumbnail,
.ace-github .ace_marker-layer .ace_selected-word {
.ace-github .ace_marker-layer .ace_selected-word, .overall-summary, .boxed-group-inner {
border-color: #555 !important;
}
.discusion-topic-infobar, .box-header, .box-body, .timeline-comment-label, .logo-box, .suggester li {
Expand Down Expand Up @@ -441,7 +441,7 @@
.gobutton>.sha .octicon, #feedBody, .commit.file-history-tease .participation, .search-result-header, .accessibility-aid:focus,
.blob-line-nums, .file-data, .signup-plans th, .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td,
.commits td, .featured-callout, .compare-pr-placeholder, .sidebar-module ul ul li,
.native-download, .setup-info-module, div#common-issues ul, .boxed-group-inner, #gist-form .name, .subnav-item,
.native-download, .setup-info-module, div#common-issues ul, #gist-form .name, .subnav-item,
.button-outline, .render-notice, .simple-box, .table-list, .label-edit.edit-color-label-form .color-editor .color-editor-input,
.date_selector, .date_selector td, .new-label {
background: #181818 !important;
Expand All @@ -457,7 +457,7 @@
.list-group-item, .chromed-list-browser .none p, .chromed-list-browser .error p, .list-browser-footer,
#readme .plain, #readme .plain pre, .commandbar .choice:hover, .render-bar, #gollum-editor-help,
.search-filter:hover, #wiki-history table tr:nth-child(2n) td, .display tr:hover, .octofication .message,
.commandbar .loading:hover, .comment-content, .commandbar .message, .tabnav-tab.selected,
.commandbar .loading:hover, .comment-content, .commandbar .message, .tabnav-tab.selected, .boxed-group-inner,
#commits_bucket .timeline-commits td, .timeline-comment, .sidebar-module, #contributors-master svg|svg.viz,
svg|svg.spark, svg|svg.capped-card-content, body.api .content tbody, .markdown-format img,
#common-issues, .full-commit .commit-meta, .setup-wrapper .oauth-permissions-details, .milestone-list,
Expand Down Expand Up @@ -489,7 +489,7 @@
.inline-comments, ol.steps li, .repository-sidebar a.js-selected-navigation-item.selected, .discussion-bubble-inner,
#wiki-history table td, .commit.file-history-tease, .menu a.selected, .gist .gist-file .gist-data, .repository-lang-stats,
#message.major, .branch-status, .logo-box, .commit-form, .markdown-example .rendered, .team-grid .team-members,
.diagram-icon:not(.active), table.capped-list th, .ace_active-line, .ace_gutter-active-line {
.diagram-icon:not(.active), table.capped-list th, .ace_active-line, .ace_gutter-active-line, .overall-summary {
background: #222 !important;
}
/* Darkest background color (#222), no image, with border & radius */
Expand Down Expand Up @@ -784,15 +784,15 @@
.filter-tab, #header-wrapper, #header-wrapper .nav, pre div:hover, .diff-table tr:hover pre, .pagination span,
.commit-ref, .cheatsheet h2, .file-box .highlight tr:not(.inline-comments):hover td, .section a.section-head,
.dashboard-tabs li a, .full-commit .browse-button, a.function-button, .capped-box h3,
.expandable-line-num .diff-expander:hover, .boxed-group .heading, #contributors .capped-card h3,
.comment-form-head.tabnav, .add-pill-form, .gist .gist-file .gist-meta, .file .meta, .boxed-group > h3 {
.expandable-line-num .diff-expander:hover, #contributors .capped-card h3,
.comment-form-head.tabnav, .add-pill-form, .gist .gist-file .gist-meta, .file .meta {
background: linear-gradient(to bottom, #282828, #181818) !important;
border-color: #333 !important;
}
.box-header, .issues-list-actions {
background: linear-gradient(to bottom, #282828, #181818) !important;
}
.search-form button, .file-box .meta, .auth-form-header, .branches .branch-group-heading {
.search-form button, .file-box .meta, .auth-form-header, .branches .branch-group-heading, .boxed-group > h3, .boxed-group .heading {
background: linear-gradient(to bottom, #282828, #181818) !important;
border-color: #555 !important;
}
Expand Down

0 comments on commit 98bc0ac

Please sign in to comment.