From c1b16239f65161c9a000590a098fa46a170c1ce0 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Fri, 7 Feb 2025 16:52:47 -0300 Subject: [PATCH] implemented .btn-todo (css and tooltip js) --- dashboard/static/css/dashboard.css | 12 ++++++++++++ dashboard/templates/base.html | 9 +++++++++ dashboard/templates/unassigned_devices.html | 7 ++++--- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/dashboard/static/css/dashboard.css b/dashboard/static/css/dashboard.css index 7f2f108..6033408 100644 --- a/dashboard/static/css/dashboard.css +++ b/dashboard/static/css/dashboard.css @@ -174,3 +174,15 @@ h3 { .btn-orange { background-color: #f5b587; } + +/* Clase para botones con funcionalidad no implementados */ +.btn-todo { + background-color: #6c757d; + color: #fff; /* texto en blanco*/ + opacity: 0.65; + cursor: not-allowed; + +.btn-todo:disabled { + pointer-events: none; + } +} diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html index 40e6658..ff07943 100644 --- a/dashboard/templates/base.html +++ b/dashboard/templates/base.html @@ -218,6 +218,15 @@ + + + {% block extrascript %}{% endblock %} {% endblock %} diff --git a/dashboard/templates/unassigned_devices.html b/dashboard/templates/unassigned_devices.html index d54e450..6f67a7a 100644 --- a/dashboard/templates/unassigned_devices.html +++ b/dashboard/templates/unassigned_devices.html @@ -15,12 +15,13 @@ {% trans 'Documents' %} {% endif %} - + + {% trans 'Exports' %} {% if lot %} - + {% trans 'Annotations' %} @@ -79,7 +80,7 @@ {% endfor %} - +