Colorized Resource Reports for Service Now, ITSM. The report table will be visible with colors to get a better overview.
Colorized Resource Reports at Service Now / ITSM by bueltge

Details
Authorbueltge
LicenseMIT
Categoryservice-now.com
Created
Updated
Code size1.8 kB
Code checksum20ee9e42
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Colorized table each line, column to get more visibility and faster overview about the values.
Source code
/* ==UserStyle==
@name Colorized Resource Reports at Service Now
@version 20220309.08.32
@namespace userstyles.world/user/bueltge
@description Colorized Resource Reports at Service Now
Colorized table each line, column to get more visibility and faster overview about the values.
@author bueltge
@license MIT
==/UserStyle== */
@-moz-document domain("zeissprod.service-now.com") {
.reportContainer .allocated_hours {
background-color: rgb(227, 252, 239);
}
.reportContainer .available_hours {
background-color: #be4d25;
color: #f4f4f4;
font-weight: 900;
}
.reportContainer tr:nth-of-type(odd) {
background-color: #f7e2c8;
}
.reportContainer tr:nth-of-type(even) {
background-color: #fff;
}
.reportContainer tr:nth-of-type(4),
.reportContainer tr:nth-of-type(9),
.reportContainer tr:nth-of-type(14),
.reportContainer tr:nth-of-type(19) {
background-color: #ffb3ba;
}
.reportContainer tr:nth-of-type(5),
.reportContainer tr:nth-of-type(10),
.reportContainer tr:nth-of-type(15),
.reportContainer tr:nth-of-type(20) {
background-color: #bae1ff;
}
.reportContainer tr:nth-of-type(6),
.reportContainer tr:nth-of-type(11),
.reportContainer tr:nth-of-type(16),
.reportContainer tr:nth-of-type(21) {
background-color: #ffdfba;
}
.reportContainer tr:nth-of-type(7),
.reportContainer tr:nth-of-type(12),
.reportContainer tr:nth-of-type(17),
.reportContainer tr:nth-of-type(22) {
background-color: #ffffba;
}
.reportContainer tr:nth-of-type(8),
.reportContainer tr:nth-of-type(13),
.reportContainer tr:nth-of-type(18),
.reportContainer tr:nth-of-type(23) {
background-color: #baffc9;
}
.reportContainer tr:nth-of-type(99) {
background-color: #fff;
color: #fff;
}
}