Created
March 10, 2014 18:36
-
-
Save steadicat/9471339 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
.state.button { | |
border: none !important; | |
height: 22px !important; | |
} | |
.state.button::after, a.state.button::after { | |
border: none !important; | |
} | |
.preview { | |
font-size: 13px !important; | |
padding: 4px 0 4px 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; | |
} | |
.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; | |
} | |
.story.unscheduled .preview { | |
background: #F3F7FB !important; | |
} | |
/* Accepted stories bar */ | |
.accepted_stories_bar .preview label { | |
background: #e0e2e5 !important; | |
color: #727374 !important; | |
} | |
.accepted_stories_bar .preview { | |
margin: -4px 0 !important; | |
} | |
.accepted_stories_bar { | |
border: none !important; | |
margin-bottom: -1px; | |
} | |
/* Hide scrollbars */ | |
::-webkit-scrollbar { | |
visibility: hidden !important; | |
width: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment