buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
force-app/main/default/aura/WeeklyReport/WeeklyReport.css
@@ -21,7 +21,7 @@
}
.THIS .no_data_area {
    text-align: center;
    margin: 0.5em 0;
    margin: .5em 0;
}
.THIS.report_list_area {
    margin: 40px 0 20px 0px;
@@ -111,8 +111,7 @@
    display: none;
}
.THIS .slds-input:focus,
.THIS .slds-input:active {
.THIS .slds-input:focus, .THIS .slds-input:active {
    border-color: rgb(216, 221, 230);
    box-shadow: none;
}
@@ -121,7 +120,7 @@
    font-weight: 400;
}
.THIS .customRequired:before {
    content: '*';
     content: "*";
    margin: 0 0.125rem 0 0.125rem;
    color: rgb(194, 57, 52);
    float: left;