Created
February 27, 2014 18:43
-
-
Save steadicat/9256401 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); | |
#tracker { | |
font-family: 'Open Sans', sans-serif !important; | |
background: #eee !important; | |
} | |
button { | |
font-family: inherit !important; | |
} | |
.preview { | |
font-size: 13px !important; | |
/*line-height: 22px !important;*/ | |
padding: 4px 0 !important; | |
} | |
.label.std { | |
font-size: 11px !important; | |
} | |
section.panels { | |
top: 80px !important; | |
} | |
.layouts.show header.project section.name { | |
min-height: 36px !important; | |
} | |
.panel { | |
padding: 0 10px !important; | |
} | |
.panel>.container, header.project { | |
box-shadow: none !important; | |
} | |
header.project { | |
background: transparent !important; | |
border: none !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: 11px !important; | |
height: 16px !important; | |
line-height: 16px !important; | |
padding-right: 6px !important; | |
padding-top: 2px !important; | |
} | |
.panels_auxiliary .container { | |
margin-top: -28px !important; | |
margin-right: 100px !important; | |
} | |
nav#panels_control.panels_control { | |
margin-left: 200px !important; | |
top: -32px !important; | |
} | |
header.project { | |
height: 86px !important; | |
} | |
::-webkit-scrollbar { | |
visibility: hidden !important; | |
width: 0 !important; | |
} | |
.story.feature .preview, .story.bug .preview, .story.chore .preview { | |
border: none !important; | |
border-top: 1px solid rgba(0,0,0,0.1) !important; | |
} | |
.accepted_stories_bar .preview label { | |
background: #ccc !important; | |
color: #666 !important; | |
} | |
.accepted_stories_bar .preview { | |
margin: -4px 0 !important; | |
} | |
.accepted_stories_bar { | |
border: none !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; | |
} | |
.story.feature .preview, .story.bug .preview, .story.chore .preview { | |
background: #fff !important; | |
} | |
.story.started .preview, .story.finished .preview, .story.delivered .preview, .story.rejected .preview { | |
background: #ffffee !important; | |
} | |
.story.accepted .preview { | |
background: #eee !important; | |
color: #999 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment