diff --git a/horilla_theme/static/horilla_theme/assets/css/v1_styles.css b/horilla_theme/static/horilla_theme/assets/css/v1_styles.css index 1ac6a2e33..f9d8f210d 100644 --- a/horilla_theme/static/horilla_theme/assets/css/v1_styles.css +++ b/horilla_theme/static/horilla_theme/assets/css/v1_styles.css @@ -3449,3 +3449,13 @@ input[type=range]::-ms-fill-upper { font-size: 10pt; padding: 8px; } + +.swal2-actions { + direction: rtl; +} +.swal2-styled.swal2-confirm{ + background-color: rgb(0, 128, 0); +} +.swal2-styled.swal2-cancel{ + background-color : rgb(221, 51, 51); +} diff --git a/horilla_theme/templates/tabs/note_tab.html b/horilla_theme/templates/tabs/note_tab.html index df137f021..f0c389805 100644 --- a/horilla_theme/templates/tabs/note_tab.html +++ b/horilla_theme/templates/tabs/note_tab.html @@ -49,169 +49,97 @@ {% if notes %} -
- {% trans "By" %} {{ note.updated_by }} -
-- {% trans "At" %} {{ note.created_at|date:"d/m/Y" }} {{ note.created_at|time:"H:i A" }} -
-