diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index 325e162e1..bb872c907 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -456,7 +456,7 @@ input.element-name { .input-select { @extend .input-text; - background-image: url("/images/svg/arrow-down-white.svg"); + background-image: url("/images/icons/arrow-down-white.svg"); background-repeat: no-repeat; background-position: 95% 48%; background-size: 10px;