diff --git a/app/styles-dev/main/components/_content.scss b/app/styles-dev/main/components/_content.scss index 904da39e..d3ba10e0 100644 --- a/app/styles-dev/main/components/_content.scss +++ b/app/styles-dev/main/components/_content.scss @@ -156,6 +156,12 @@ span.required { max-height: 100px; } +.strikeoff{ + color: red !important; + text-decoration:line-through; + text-decoration-style: double; +} + .breadcrumb{ padding: 2px; margin-bottom: 4px; @@ -217,7 +223,7 @@ span.required { background-color: #4f99ed; color: #fff; } - + .statusoverpaid { color: #800080 } diff --git a/app/styles/styles.css b/app/styles/styles.css index 3254d2ad..ca9418e7 100644 --- a/app/styles/styles.css +++ b/app/styles/styles.css @@ -7495,6 +7495,11 @@ span.required { .scrollme { max-height: 100px; } +.strikeoff { + color: red !important; + text-decoration: line-through; + text-decoration-style: double; } + .breadcrumb { padding: 2px; margin-bottom: 4px; diff --git a/app/views/clients/viewclientcharge.html b/app/views/clients/viewclientcharge.html index 58c36748..568c9861 100644 --- a/app/views/clients/viewclientcharge.html +++ b/app/views/clients/viewclientcharge.html @@ -17,7 +17,7 @@ @@ -75,7 +75,7 @@