Indents Tasks and adds a Forum One branded border
Certinia - Forum One - Branded by rjensen
Details
Authorrjensen
LicenseNo License
Categoryforumone.lightning.force.com
Created
Updated
Size501 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 Certinia - Forum One - Branded
@version 20240209.17.25
@namespace https://userstyles.world/user/Ryan J.
@description Indents Tasks and adds a Forum One branded border
@author Ryan J.
==/UserStyle== */
@-moz-document domain("force.com") {
.f-grid-cell-inner a {
padding-left: 2rem;
}
.timecard-task-time-grid {
border-top: 2px solid #845F8C;
border-bottom: 2px solid #845F8C;
border-left: 1px solid rgb(233, 22, 43);
}
}