Skip to content

Commit

Permalink
Fix latest GitHub Dashboard Tab changes
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
mihawk90 committed Jul 2, 2013
1 parent 8becc89 commit e19ec74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@
.chromed-list-browser div,.filter-bar,.columns.sidebar,.news .alert,.participation-graph canvas,#contributors .person,
#commit-activity-master,.blog-post,.top-rule,#services,#services .service,.mini-repo-list a,.grid .col,.lbl,.details,
ul.stats,.select-menu-filters,.select-menu-item,.select-menu-tabs,.release-list > li,.url-box,.select-menu-button:after,
.context-body,.range-editor-head,.filter-tab,.cheatsheet,.gist-file,.pagehead.separation,.pagehead.settings-area,
.context-body,.range-editor-head,.filter-tab,.cheatsheet,.gist-file,.pagehead,.pagehead.settings-area,
.suggester,.pull-state,.pull-number,.merge-pr,.graphs,.graph,#footer .container,#graph-shots li,.sidebar,
.pagehead.repohead,.explore h2,.box-header,.box-body,.repo-list-item,ul.color-label-list .color,#head {
border-color: #555 !important;
}
.pagination a:first-child,.pagination a:last-child,.pagination span:first-child,.pagination span:last-child,.range-editor span.flag,.range-editor .range {
.pagination a:first-child,.pagination a:last-child,.pagination span:first-child,.pagination span:last-child,.range-editor span.flag,.range-editor .range,.dashboard-tabs {
border-color: #333 !important;
}
.listings div.listing {
Expand Down Expand Up @@ -414,7 +414,7 @@
.drag-and-drop,#graph_data .tab.selected,#gists .context-menu-container,.zeroclipboard-button,.search-form button,
.recently-touched-branches,body#com #header,.white-nav .selected span,.select-menu-header,.clone-url-button a,
.filter-tab,#header-wrapper,#header-wrapper .nav,.cheatsheet h2,pre div:hover,.diff-table tr:hover pre,.commit-ref,
.blog-feedback-header,.pagination span,.file-diff-line:hover .diff-line-code,.repo-menu .js-selected-navigation-item {
.blog-feedback-header,.pagination span,.file-diff-line:hover .diff-line-code,.js-selected-navigation-item {
background: #181818 !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#181818)) !important;
background-image: -webkit-linear-gradient(top, #333, #181818) !important;
Expand All @@ -427,7 +427,7 @@
/* inverted dark grey gradient */
.progress-bar,.pagination .current,div.news .pagination a:hover,.minibutton:hover, button:hover,.gobutton:hover,
.clone-url-button.selected a,.asc .sort-type,.desc .sort-type,.mini-bar-graph,.minibutton.selected,
.issues-list>ul>li.unread,.repo-menu .js-selected-navigation-item:hover {
.issues-list>ul>li.unread,.js-selected-navigation-item:hover {
background: #181818 !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#333)) !important;
background-image: -webkit-linear-gradient(top, #181818, #333) !important;
Expand Down

0 comments on commit e19ec74

Please sign in to comment.