Skip to content

Instantly share code, notes, and snippets.

@steadicat
Created February 26, 2014 22:25
Show Gist options
  • Save steadicat/9239990 to your computer and use it in GitHub Desktop.
Save steadicat/9239990 to your computer and use it in GitHub Desktop.
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#tracker {
font-family: 'Open Sans', sans-serif !important;
}
button {
font-family: inherit !important;
}
.preview {
font-size: 14px !important;
/*line-height: 22px !important;*/
padding: 4px 0 !important;
}
.label.std {
font-size: 12px !important;
}
section.panels {
top: 94px !important;
}
.panel {
padding: 0 10px !important;
}
.panel>.container, header.project {
box-shadow: none !important;
}
.header.project {
background: transparent !important;
}
.panel .panel_header {
border-radius: none !important;
}
.panel .panel_content {
border: none !important;
background-color: #C7D0D4 !important;
}
.panel .end_of_list {
background: none !important;
}
.iteration .preview {
background: none !important;
text-shadow: none !important;
color: rgba(0,0,0,0.5) !important;
font-size: 12px !important;
}
.panels_auxiliary .container {
margin-top: -24px !important;
margin-right: 100px !important;
}
nav#panels_control.panels_control {
margin-left: 200px !important;
top: -26px !important;
}
header.project {
height: 80px !important;
}
.story.feature .preview, .story.bug .preview, .story.chore .preview {
border: none !important;
}
.accepted_stories_bar .preview {
margin: -4px 0 !important;
}
.add_story {
background: none !important;
color: #eee !important;
text-indent: 0 !important;
background: #254161 !important;
border-radius: 3px !important;
height: 25px !important;
font-weight: bold !important;
}
.add_story:hover {
background: #12223D !important;
}
.state.button {
border: none !important;
height: 22px !important;
}
.state.button::after, a.state.button::after {
border: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment