Created
December 3, 2015 17:10
-
-
Save petrleocompel/c29f7284a5d7aaa27159 to your computer and use it in GitHub Desktop.
Black Jira Kaban
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
body { | |
background-color: #000 !important;; | |
background: #000 !important; | |
color: #ddd !important;; | |
} | |
a { | |
color: #3797FF; | |
} | |
a:hover, a:focus, a:active { | |
color: #FFFFFF; | |
} | |
.aui-button:focus, .aui-button:hover, .aui-button-subtle.aui-button:focus, .aui-button-subtle.aui-button:hover, | |
.aui-button, a.aui-button, .aui-button:visited { | |
background: #444; | |
border-color: #000; | |
color: #ddd; | |
} | |
#ghx-notify { | |
background: #000; | |
} | |
#ghx-plan, #ghx-work, #ghx-report-scrollarea, #ghx-pool, #ghx-column-header-group.ghx-fixed, .ghx-parent-stub, .ghx-parent-stub .ghx-group { | |
background: #000; | |
color: #ddd; | |
} | |
.ghx-column-headers .ghx-column { | |
background: #000; | |
color: #ddd; | |
border-bottom: 5px solid #555; | |
} | |
.ghx-column-headers h2{ | |
color: #ddd; | |
} | |
.ghx-column-headers .ghx-column, .ghx-columns .ghx-column { | |
background: #222; | |
color: #ddd; | |
} | |
.ghx-issue { | |
background: #333; | |
color: #ddd; | |
border: 1px solid #000; | |
} | |
.ghx-issue:hover{ | |
background: #555; | |
} | |
.ghx-issue.ghx-selected, .ghx-issue.ghx-selected:hover { | |
background: #555; | |
} | |
.ghx-parent-stub .ghx-key { | |
border-left: 10px solid #67009C; | |
color: #ddd; | |
} | |
.ghx-controls-filters dd a:hover { | |
-webkit-border-radius: 6px; | |
border-radius: 6px; | |
} | |
.ghx-issue.ghx-selected.ghx-flagged{ | |
background: #500400; | |
} | |
.ghx-controls-list dt { | |
color: #ddd | |
} | |
.aui-page-panel { | |
background: #000; | |
border: 1px solid #222; | |
} | |
.ghx-controls-filters dd a { | |
color:#ddd; | |
} | |
.ghx-detail-contents { | |
background: #222; | |
color: #ddd; | |
} | |
dd.ghx-detail-description.ghx-fieldtype-undefined.ghx-fieldname-reporter, .ghx-detail-term, .ghx-detail-description, .ghx-detail-description.ghx-editable, .ghx-detail-description.ghx-editable+.ghx-editing { | |
color: #ddd; | |
} | |
.ghx-detail-section h4, .ghx-detail-section .ghx-header h3 { | |
color: #ddd; | |
} | |
.ghx-detail-section .ghx-header h3 { | |
background: #222; | |
} | |
.ghx-detail-nav-item.ghx-selected { | |
background: #444; | |
} | |
.ghx-detail-nav-item b { | |
background: #333; | |
color:#ddd; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment