Skip to content

Commit

Permalink
Fix PR screen in github (#17)
Browse files Browse the repository at this point in the history
* Fix PRs in github

* Fix PR links in github

* Fix "more repositories" button on github

* Fix branch and pull request quirks

* Fix a couple issues in github stylesheet

* Make PR icon white against green
  • Loading branch information
jgkamat authored and alphapapa committed Oct 10, 2017
1 parent 8a4ba51 commit c0702b6
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 27 deletions.
62 changes: 56 additions & 6 deletions css/solarized-all-sites-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
a.link-gray-dark {
color: #839496 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #839496 !important;
}
Expand Down Expand Up @@ -338,6 +336,10 @@ a.filter-item:hover,
background-color: #094352 !important;
color: #93a1a1 !important;
}
.more-repos {
background-color: #094352 !important;
box-shadow: inset 0 1px 0 #586e75 !important;
}
.boxed-group-inner {
background-color: #002b36 !important;
}
Expand All @@ -357,10 +359,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #839496 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #586e75 !important;
background-color: #073642 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #002b36 !important;
}
.State--green {
background-color: #859900 !important;
color: #002b36 !important;
}
.build-status-item {
background-color: #094352 !important;
color: #93a1a1 !important;
Expand Down Expand Up @@ -643,13 +669,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(205,212,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #93a1a1 !important;
}
Expand Down Expand Up @@ -700,12 +731,16 @@ a.label {
background-color: #586e75 !important;
color: #002b36 !important;
}
.empty-cell,
.diffbar {
background-color: #002b36 !important;
}
.merge-status-item {
background-color: #094352 !important;
}
.merge-message {
background-color: #083c4a !important;
}
.pr-toolbar {
background-color: #002b36 !important;
}
Expand All @@ -715,6 +750,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #002b36 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #002b36 !important;
}
Expand Down Expand Up @@ -742,6 +780,18 @@ a.label {
.markdown-body table * img {
background-color: #002b36 !important;
}
.range-editor {
background-color: #073642 !important;
}
.compare-pr-placeholder {
background-color: #083c4a !important;
}
ul.comparison-list > li.title {
background-color: #094352 !important;
}
ul.comparison-list {
background-color: #083c4a !important;
}
.repository-description {
color: #839496 !important;
}
Expand Down
62 changes: 56 additions & 6 deletions css/solarized-all-sites-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ pre {
.news .alert .pull-info {
background-color: #ebe4cf !important;
}
a.link-gray-dark {
color: #657b83 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #657b83 !important;
}
Expand Down Expand Up @@ -338,6 +336,10 @@ a.filter-item:hover,
background-color: #e9e1c8 !important;
color: #586e75 !important;
}
.more-repos {
background-color: #e9e1c8 !important;
box-shadow: inset 0 1px 0 #93a1a1 !important;
}
.boxed-group-inner {
background-color: #fdf6e3 !important;
}
Expand All @@ -357,10 +359,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #657b83 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #93a1a1 !important;
background-color: #eee8d5 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #fdf6e3 !important;
}
.State--green {
background-color: #859900 !important;
color: #fdf6e3 !important;
}
.build-status-item {
background-color: #e9e1c8 !important;
color: #586e75 !important;
Expand Down Expand Up @@ -643,13 +669,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(68,103,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #586e75 !important;
}
Expand Down Expand Up @@ -700,12 +731,16 @@ a.label {
background-color: #93a1a1 !important;
color: #fdf6e3 !important;
}
.empty-cell,
.diffbar {
background-color: #fdf6e3 !important;
}
.merge-status-item {
background-color: #e9e1c8 !important;
}
.merge-message {
background-color: #ebe4cf !important;
}
.pr-toolbar {
background-color: #fdf6e3 !important;
}
Expand All @@ -715,6 +750,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #fdf6e3 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #fdf6e3 !important;
}
Expand Down Expand Up @@ -742,6 +780,18 @@ a.label {
.markdown-body table * img {
background-color: #fdf6e3 !important;
}
.range-editor {
background-color: #eee8d5 !important;
}
.compare-pr-placeholder {
background-color: #ebe4cf !important;
}
ul.comparison-list > li.title {
background-color: #e9e1c8 !important;
}
ul.comparison-list {
background-color: #ebe4cf !important;
}
.repository-description {
color: #657b83 !important;
}
Expand Down
62 changes: 56 additions & 6 deletions css/solarized-github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ pre {
.news .alert .pull-info {
background-color: #083c4a !important;
}
a.link-gray-dark {
color: #839496 !important;
}
.link-gray-dark,
.text-gray-dark {
color: #839496 !important;
}
Expand Down Expand Up @@ -270,6 +268,10 @@ a.filter-item:hover,
background-color: #094352 !important;
color: #93a1a1 !important;
}
.more-repos {
background-color: #094352 !important;
box-shadow: inset 0 1px 0 #586e75 !important;
}
.boxed-group-inner {
background-color: #002b36 !important;
}
Expand All @@ -289,10 +291,34 @@ a.filter-item:hover,
background-color: #b58900 !important;
color: #fff !important;
}
.branch-infobar {
.text-shadow-light,
.branch-group-name,
.branch-summary {
color: #839496 !important;
text-shadow: none !important;
}
.branch-a-b-count .meter {
background-color: #b58900 !important;
}
.more-branches,
.branch-group-heading,
.branch-infobar,
.branch-name {
border-color: #586e75 !important;
background-color: #073642 !important;
}
.State,
.State:visited {
color: #fff !important;
}
.State--red {
background-color: #dc322f !important;
color: #002b36 !important;
}
.State--green {
background-color: #859900 !important;
color: #002b36 !important;
}
.build-status-item {
background-color: #094352 !important;
color: #93a1a1 !important;
Expand Down Expand Up @@ -575,13 +601,18 @@ a.label {
.octicon-repo.type-icon-state-open {
color: rgba(205,212,0,0.65) !important;
}
.octicon-alert,
.octicon-check {
.octicon-alert {
color: #fff !important;
}
.octicon-x {
color: #dc322f !important;
}
.octicon-check {
color: #859900 !important;
}
.octicon-primitive-dot {
color: #b58900 !important;
}
.octicon-clippy {
color: #93a1a1 !important;
}
Expand Down Expand Up @@ -632,12 +663,16 @@ a.label {
background-color: #586e75 !important;
color: #002b36 !important;
}
.empty-cell,
.diffbar {
background-color: #002b36 !important;
}
.merge-status-item {
background-color: #094352 !important;
}
.merge-message {
background-color: #083c4a !important;
}
.pr-toolbar {
background-color: #002b36 !important;
}
Expand All @@ -647,6 +682,9 @@ a.label {
.review-thread-reply .inline-comment-form {
background-color: #002b36 !important;
}
.octicon-git-merge {
color: #fff !important;
}
#readme .plain {
background-color: #002b36 !important;
}
Expand Down Expand Up @@ -674,6 +712,18 @@ a.label {
.markdown-body table * img {
background-color: #002b36 !important;
}
.range-editor {
background-color: #073642 !important;
}
.compare-pr-placeholder {
background-color: #083c4a !important;
}
ul.comparison-list > li.title {
background-color: #094352 !important;
}
ul.comparison-list {
background-color: #083c4a !important;
}
.repository-description {
color: #839496 !important;
}
Expand Down
Loading

0 comments on commit c0702b6

Please sign in to comment.