Skip to content

JG Certinia by jackmakesthings

Details

Authorjackmakesthings

LicenseNo License

Categorycertinia

Created

Updated

Size817 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Better UI for the Time Entry vies in Certinia.

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
}
}

Reviews

No reviews yet.