Skip to content

Instantly share code, notes, and snippets.

@Scribblerockerz
Last active July 6, 2022 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Scribblerockerz/4e1fd409562eebf06e3806a48381d99c to your computer and use it in GitHub Desktop.
Save Scribblerockerz/4e1fd409562eebf06e3806a48381d99c to your computer and use it in GitHub Desktop.
JIRA tweaks
.ghx-swimlane-header.ghx-done,
.ghx-issue-compact.ghx-done,
.ghx-swimlane-header.ghx-done .ghx-items-container,
.ghx-issue-compact.ghx-done .ghx-items-container {
background: #d5ffe3 !important;
}
.ghx-swimlane-header.ghx-done + .ghx-columns .ghx-column {
background: #cdd5cf !important;
}
/* .ghx-issue */
.ghx-issue.ghx-done {
border: 4px solid #57a26a;
}
.ghx-swimlane-header.ghx-flagged .ghx-items-container,
.ghx-issue-compact.ghx-flagged .ghx-items-container,
.ghx-swimlane-header.ghx-flagged,
.ghx-issue-compact.ghx-flagged {
background: #ffacac !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment