Skip to content

FreshService Ticket Color Coding by BloodRavenB3

Details

AuthorBloodRavenB3

LicenseNo License

CategoryFreshService.com

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just personal color coding freshservices ticket list for easier urgency identification

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           FreshService Ticket Color Coding
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         B3Raven
==/UserStyle== */
@-moz-document domain("freshservice.com") {
        tr:has(.subject-cell[aria-label*="Center Down"]) {
        background-color: #ff3838bf !important;                      /* CHANGE TICKET ROW */
    }
        .subject-cell[aria-label*="Center Down"] {
        /*color: #b20000 !important;*/
        font-weight: bold !important;
    }
        tr:has(.subject-cell[aria-label*="Scheduled Power Outage"]) {
        background-color: #ffb302ba !important; 
    }
        tr:has(.subject-cell[aria-label*="UPS"]) {
        background-color: #83deffb3 !important;
    }
        tr:has(.subject-cell[aria-label*="Slow Internet"]) {
        background-color: #fae842b8 !important;
    }
        tr:has(.subject-cell[aria-label*="Consultation"]) {
        background-color: #8000ff5c !important;
    }
        tr:has(.subject-cell[aria-label*="Equipment Order"]) {
        background-color: #a4abb670 !important;
    }
        /* ================ MAC Tickets ================ */
        tr:has(.subject-cell[aria-label*=" - Move-in"]),
        tr:has(.subject-cell[aria-label*=" - Move in"]),
        tr:has(.subject-cell[aria-label*=" - Move-In"]),
        tr:has(.subject-cell[aria-label*=" - Move In"]),
        tr:has(.subject-cell[aria-label*=" - Move-out"]),
        tr:has(.subject-cell[aria-label*=" - Move out"]),
        tr:has(.subject-cell[aria-label*=" - Move-Out"]),
        tr:has(.subject-cell[aria-label*=" - Move out"]),
        tr:has(.subject-cell[aria-label*=" - Expansion"]),
        tr:has(.subject-cell[aria-label*=" - expansion"]),
        tr:has(.subject-cell[aria-label*=" - Switch"]),
        tr:has(.subject-cell[aria-label*=" - switch"]) {
        background-color: #34794247 !important;
        /* ================ MAC Tickets ================ */
    }
}

Reviews

No reviews yet.