Skip to content

Certinia by jackmakesthings

Details

Authorjackmakesthings

LicenseNo License

Categoryhttps://forumone.lightning.force.com/

Created

Updated

Size601 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Easier scanning on the Certinia time entry page

Notes

Not extensively tested.

Source code

/* ==UserStyle==
@name       Certinia
@version    20240208.22.38
@namespace  ?
==/UserStyle== */

@-moz-document domain("*") {

.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(2n) {
   background: #d8f4ff
}

.f-grid-item .f-grid-item,
.f-form-trigger-wrap-default {
    background: transparent;
}

.timecard-hour-cell-header-left-align {
    text-indent: 0;
}

}

Reviews

No reviews yet.