Set column colours to red and yellow based on WIP limits
Jira Cloud - old WIP column colours by fophillips

Details
Authorfophillips
LicenseCC Zero
Categoryatlassian.net
Created
Updated
Code size1.1 kB
Code checksum5244b4a8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 30/06/2023, 15:04:11
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp(".*\\.atlassian.net/jira/.*") {
.adg3 .ghx-column-headers .ghx-column.ghx-busted-max,
.adg3 .ghx-columns .ghx-column.ghx-busted-max {
background: #d04437;
color: #de350b;
}
.adg3 .ghx-column-headers .ghx-column.ghx-busted-max .ghx-constraint,
.adg3 .ghx-column-headers .ghx-column.ghx-busted-max .ghx-icon-collapse-column,
.adg3 .ghx-column-headers .ghx-column.ghx-busted-max .ghx-qty,
.adg3 .ghx-column-headers .ghx-column.ghx-busted-max h2,
.adg3 .ghx-columns .ghx-column.ghx-busted-max .ghx-constraint,
.adg3 .ghx-columns .ghx-column.ghx-busted-max .ghx-icon-collapse-column,
.adg3 .ghx-columns .ghx-column.ghx-busted-max .ghx-qty,
.adg3 .ghx-columns .ghx-column.ghx-busted-max h2 {
color: white;
}
.adg3 .ghx-column-headers .ghx-column.ghx-busted-min,
.adg3 .ghx-columns .ghx-column.ghx-busted-min {
background: #ffe380;
}
}