MFG Plans row highlight
MFG Plans row highlight by michael-exe
Details
Authormichael-exe
LicenseNo License
Categoryjira
Created
Updated
Size651 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name madfingergames.atlassian.net/jira/plans/8/scenarios/18/timeline
@version 20250310.14.30
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://madfingergames.atlassian.net/jira/plans/") {
/* Make row highlight more visible */
tr._xzxir194._1e7k16wn:hover {
--plan-grid-row-background-hover: rgba(255, 165, 0, 0.5) !important; /* Change to a strong orange */
background-color: rgba(255, 165, 0, 0.5) !important; /* Directly apply stronger color */
}
/* Ensure the highlight applies to child elements */
tr._xzxir194._1e7k16wn:hover td {
background-color: rgba(255, 165, 0, 0.5) !important;
}
}