Better UI for the Time Entry vies in Certinia.
JG Certinia by jackmakesthings
Details
Authorjackmakesthings
LicenseNo License
Categorycertinia
Created
Updated
Code size817 B
Code checksum29656397
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name JG Certinia
@version 20240209.22.23
@namespace ?
==/UserStyle== */
@-moz-document domain("https://forumone.lightning.force.com/") {
.timecard-task-time-grid {
text-indent: 2rem;
background-color: lightblue;
}
table.f-grid-item {
border-bottom: 1px solid black !important;
}
table.f-grid-item table.f-grid-item {
border-bottom: 0 !important;
}
.f-grid-item:nth-child(odd),
.f-grid-item:nth-child(odd) .f-panel-bodyWrap {
background: #d8f4ff
}
.f-grid-item:nth-child(odd) .f-panel-bodyWrap * {
background-color: transparent !important;
}
.f-grid-item .f-grid-item,
.f-form-trigger-wrap-default {
background: transparent;
}
.timecard-hour-cell-header-left-align {
text-indent: 0;
}
.slds-scope input.f-form-text-default {
font-weight: bold
}
}