Skip to content

techopsak.freshdesk.com by TechOps-colino

Details

AuthorTechOps-colino

LicenseCC

Categorytechopsak.freshdesk.com

Created

Updated

Size713 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Muted theme for our helpdesk

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         techopsak.freshdesk.com
@version      20240423.19.44
@namespace    https://userstyles.world/user/TechOps-colino
@description  Muted theme for our helpdesk
@author       TechOps-colino
@license      CC
==/UserStyle== */

@-moz-document url-prefix("https://techopsak.freshdesk.com/") {
*[data-test-id="nextresponsedue-tag"],
*[data-test-id="overdue-tag"],
*[data-test-id="elapsed-tag"] {
    background-color: #eff564;
    color: #2e2727;
}

*[data-test-id="nextresponsedue-tag"] {
    background-color: #f5cc64;
    color: #2e2727;
}


.fresh-table .lt-body > tr:nth-child(even) .row-fluid,
div[data-test-id="table"] .lt-body > tr:nth-child(even) {
    background-color: #f7f1ff;
}
}

Reviews

No reviews yet.