Distraction free steelblue theme for JIRA Kanban boards. Inspired by the design of Roadmunk roadmap form ~2 years ago.
JIRA Distraction Free Kanban Steelblue by brunsaim
Details
Authorbrunsaim
LicenseNo License
CategoryJIRA
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name JIRA Distraction Free Kanban Steelblue
@version 20220413.08.33
@namespace userstyles.world/user/brunsaim
@description Distraction free steelblue theme for JIRA Kanban boards. Inspired by the design of Roadmunk roadmap form ~2 years ago.
@author brunsaim
@license No License
==/UserStyle== */
@-moz-document regexp(".*atlassian.net\\/jira\\/software\\/c\\/projects\\/[A-Z]*\\/boards\\/.*") {
div.ghx-issue {
border-radius: 10px !important;
border-left-style: solid !important;
border-left-width:10px !important;
}
div.ghx-issue section:nth-child(2) {
display:none;
}
div.ghx-stat-1 {
display: none !important;
}
section.ghx-summary {
font-weight: 700 !important;
}
li.xwnc56-0.esewvT {
display: none !important;
}
img.ghx-avatar-img {
display:none;
}
h2 {
font-weight: 700 !important;
font-size: 1rem !important;
color: white !important;
}
li.ghx-column:nth-child(1) div.ghx-issue {
border-left-color: #C5D6E7;
}
li.ghx-column:nth-child(2) div.ghx-issue {
border-left-color: #9AB8D5;
}
li.ghx-column:nth-child(3) div.ghx-issue {
border-left-color: #6F9AC3;
}
li.ghx-column:nth-child(4) div.ghx-issue {
border-left-color: #487CAD;
}
li.ghx-column:nth-child(5) div.ghx-issue {
border-left-color: #365D81;
}
li.ghx-column:nth-child(6) div.ghx-issue {
border-left-color: #243E56;
}
ul.ghx-column-headers li.ghx-column:nth-child(1) {
background-color: #C5D6E7;
}
ul.ghx-column-headers li.ghx-column:nth-child(2) {
background-color: #9AB8D5;
}
ul.ghx-column-headers li.ghx-column:nth-child(3) {
background-color: #6F9AC3;
}
ul.ghx-column-headers li.ghx-column:nth-child(4) {
background-color: #487CAD;
}
ul.ghx-column-headers li.ghx-column:nth-child(5) {
background-color: #365D81;
}
ul.ghx-column-headers li.ghx-column:nth-child(6) {
background-color: #243E56;
}
p.ghx-show-old-description {
display: none !important;
}
a.ghx-show-old-link {
display: none !important;
}
.ghx-stat-2 {
display: none !important;
}
form.ghx-backlog-search {
margin-right: 10px;
}
}