[UPDT]: EMPLOYEE: Reduced opdacity of icons

This commit is contained in:
Horilla
2023-10-13 14:23:13 +05:30
parent d06dc8b024
commit 3832a543e2
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@
<img
src="{% static 'images/ui/work-info.png' %}"
alt=""
style="width: 25px; height: 25px; margin-right: 3px"
style="width: 25px; height: 25px; margin-right: 3px;opacity: 0.7"
/>
{% trans "Work Information" %}
</div>

View File

@@ -27,7 +27,7 @@
</li>
<li class="oh-tabs__tab" data-target="#shift_tab_4">
<div>
<img src="{% static 'images/ui/time-management.png' %}" alt="" style="width: 25px; height: 25px; margin-right:3px">
<img src="{% static 'images/ui/time-management.png' %}" alt="" style="width: 25px; height: 25px; margin-right:3px;opacity:0.5">
{% trans "Shift request" %}
</div>
<button class="oh-btn oh-btn--secondary-outline oh-stop-prop oh-accordion-meta__btn p-2" title="Add" hx-get="{% url 'shift-request' %}?emp_id={{employee}}" hx-target="#shiftRequestFormBody" data-target='#shiftRequestModal' data-toggle='oh-modal-toggle' >