diff --git a/Layout/default/Address/invoice.php b/Layout/default/Address/invoice.php index ac7980afe..1b55f860f 100644 --- a/Layout/default/Address/invoice.php +++ b/Layout/default/Address/invoice.php @@ -32,14 +32,15 @@
| Typ | Rechnungsnummer | diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 1671581df..a70e9d160 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -117,6 +117,9 @@ h1, h2, h3, h4, h5, h6 { .card.border-top-info { border-top: 2px solid #4b88e4; } +.card.border-top-purple { + border-top: 2px solid #6b5eae; +} /* .card-header.underline-danger { border-bottom: 2px solid #f1556c;
|---|