Skip to content

Instantly share code, notes, and snippets.

@Thann
Created February 19, 2014 23:31
Show Gist options
  • Save Thann/9103837 to your computer and use it in GitHub Desktop.
Save Thann/9103837 to your computer and use it in GitHub Desktop.
userstyles
tr, #main {
background-color: #a7a7a7 !important;
}
a.issue_number_link {
color: black !important;
}
.task_properties,
.task_properties a {
color: #555;
}
#tasklist tr:hover {
background-color: rgb(160, 160, 168) !important;
}
#indicator {
border-top: 4px dotted #F00;
}
div.in_sprints, div.in_sprints a {
color: #3516B4;
}
body {
min-width: 0;
}
#main .sidebar {
display:none;
}
#main .content {
margin-left: 0;
}
#main .content > .wrap {
padding-left: 0;
}
body {
background-color: #a7a7a7;
}
#ticket {
background-color: #878787;
}
#ticket .description h3, #ticket .date, #ticket table.properties th, #preview h3, #changelog h3 {
color: rgb(20, 92, 43);
}
a.missing.wiki {
color: #47473C;
}
a.missing.changeset {
color: blue !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment