diff --git a/assets/styles/histologe.scss b/assets/styles/histologe.scss index 8c56f8ee5..04ea6288f 100644 --- a/assets/styles/histologe.scss +++ b/assets/styles/histologe.scss @@ -627,6 +627,29 @@ div.photos-album { text-align: right; } + .photos-album-swipe { + background-color: rgb(133, 133, 246);//blue-france-625 + color: rgb(0, 0, 145);//blue-france-sun-113 + + &:active { + background: rgb(177,177,249);//blue-france-625-active + } + &:hover { + background: rgb(198,198,251);//var(--blue-france-625-hover); + } + } + .photos-album-btn-close { + background-color: rgb(133, 133, 246);//blue-france-625 + color: rgb(0, 0, 145);//blue-france-sun-113 + + &:active { + background: rgb(177,177,249);//blue-france-625-active + } + &:hover { + background: rgb(198,198,251);//var(--blue-france-625-hover); + } + } + .photos-album-navigation-container { display: flex; height: calc(100% - 4rem); diff --git a/templates/back/signalement/view/photos-album.html.twig b/templates/back/signalement/view/photos-album.html.twig index 25b626ab2..aa4ffa936 100755 --- a/templates/back/signalement/view/photos-album.html.twig +++ b/templates/back/signalement/view/photos-album.html.twig @@ -1,6 +1,6 @@
- +
{% set loopLength = allPhotosOrdered|length %}
@@ -19,7 +19,7 @@ alt="Photo ajoutée par : {{ photo.uploadedBy.nomComplet ?? 'N/R' }}" >
-
+
{% if photo.documentType is not same as null and photo.documentType is not same as enum('App\\Entity\\Enum\\DocumentType').AUTRE %} {% if photo.documentType is same as enum('App\\Entity\\Enum\\DocumentType').PHOTO_SITUATION @@ -35,7 +35,8 @@ {% if photo.description is not same as null %} {{ photo.description }} {% endif %} -
+
+
Photo ajoutée par {{ photo.uploadedBy.nomComplet ?? 'l\'usager' }}