style(ui): remove glow from invoice dots in orders table
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -516,8 +516,8 @@ function diffDots(o, mobile) {
|
|||||||
|
|
||||||
function invoiceDot(order) {
|
function invoiceDot(order) {
|
||||||
if (order.status !== 'IMPORTED' && order.status !== 'ALREADY_IMPORTED') return '–';
|
if (order.status !== 'IMPORTED' && order.status !== 'ALREADY_IMPORTED') return '–';
|
||||||
if (order.invoice && order.invoice.facturat) return '<span class="dot dot-green" title="Facturat"></span>';
|
if (order.invoice && order.invoice.facturat) return '<span class="dot dot-green" style="box-shadow:none" title="Facturat"></span>';
|
||||||
return '<span class="dot dot-red" title="Nefacturat"></span>';
|
return '<span class="dot dot-red" style="box-shadow:none" title="Nefacturat"></span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Refresh Invoices ──────────────────────────────
|
// ── Refresh Invoices ──────────────────────────────
|
||||||
|
|||||||
@@ -114,5 +114,5 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=41"></script>
|
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=42"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user