Skip to content

Instantly share code, notes, and snippets.

@joyeecheung
Last active February 18, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joyeecheung/5c9ae5bc936003b5aac5d48bb5176306 to your computer and use it in GitHub Desktop.
Save joyeecheung/5c9ae5bc936003b5aac5d48bb5176306 to your computer and use it in GitHub Desktop.
User style for chromium issue tracker
.issue_text {
font-family: "CamingoCode", "Fira Mono", menlo, monaco, consolas, monospace;
margin-left: 10px;
}
a:link,
a:focus {
color: #1281c9;
}
a:visited {
color: #673ab7;
}
.issuemetaheader a:link,
.issuemetaheader a:focus,
.issuemetaheader a:visited,
#issuemeta a:link,
#issuemeta a:focus,
#issuemeta a:visited {
color: #373737;
}
.issueheader a:link,
.issueheader a:focus,
.issueheader a:visited,
.issuecommentheader a:link,
.issuecommentheader a:focus,
.issuecommentheader a:visited {
color: #484648;
}
.closed_colors .issuecommentheader,
.issuecommentheader {
background: #eeeeee !important;
font-size: 14px;
color: #484648;
padding: 9px;
}
.role_label {
background-color: #515151;
margin-right: 5px;
padding: 2px 6px;
font-size: 12px;
font-weight: normal;
color: white;
}
.updates {
background-color: #e2e2e2;
font-size: 12px;
color: #4a4a4a;
padding: 0;
}
.issuemetaheader,
#issuemeta {
background-color: white;
border: 0;
}
.closed_colors .issuemetaheader,
.closed_colors #issuemeta {
background-color: #eeeeee;
}
.issuepage td {
padding: 5px 10px;
}
td.issueheader,
td.issueheader a,
.closed_colors td.issueheader,
.closed_colors td.issueheader a {
background: #f1f1f1;
color: #484648;
padding: 5px 10px;
}
.issuemetaheader,
#issuemeta {
border-right: 1px solid #d3d3d3;
}
td.issuedescription {
padding: 0;
}
#maincol {
padding: 0;
font-family: "Roboto Slab", "Open Sans", Helvetica, Arial, sans-serif;
}
.label {
text-decoration: none;
color: white !important;
background-color: #515151;
padding: 2px 4px;
display: inline-block;
border-radius: 3px;
}
.subt {
background: #f1f1f1;
border-bottom: 1px solid #d3d3d3;
padding: 1em 1em;
font-family: "Roboto Slab", "Open Sans", Helvetica, Arial, sans-serif;
}
.isf a,
.at a,
.isf a:link,
.isf a:focus,
.isf a:visited,
.at a:visited {
color: #3d3d3d;
}
input[type=button],
input[type=reset],
input[type=submit],
.buttonify,
select,
input {
color: #000 !important;
background: white;
border: 1px solid #d3d3d3;
padding: 2px 14px;
font-family: "Roboto Slab", "Open Sans", Helvetica, Arial, sans-serif;
display: inline-block;
margin: 0 5px;
font-size: 12px;
line-height: 1.3em;
}
.issuedescription pre,
.issuecomment pre {
padding: 1em 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment