diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 14bbcadc91..5f4b005c8e 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -2100,6 +2100,15 @@ ul.tabs li .active { height: 110px; margin-bottom: 20px; } +.profile-match-wrapper .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + position: relative; + top: 10px; + left: -10px; +} .profile-match-wrapper .drophide { background-image: url('../../../images/icons/22/delete.png'); display: block; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 8f3b32dae2..c2826a3c0c 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -2100,6 +2100,15 @@ ul.tabs li .active { height: 110px; margin-bottom: 20px; } +.profile-match-wrapper .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + position: relative; + top: 10px; + left: -10px; +} .profile-match-wrapper .drophide { background-image: url('../../../images/icons/22/delete.png'); display: block; diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 8814cf00d8..28c5cd47a9 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -2100,6 +2100,15 @@ ul.tabs li .active { height: 110px; margin-bottom: 20px; } +.profile-match-wrapper .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + position: relative; + top: 10px; + left: -10px; +} .profile-match-wrapper .drophide { background-image: url('../../../images/icons/22/delete.png'); display: block; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 5e773c0eea..172fad31b5 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -1426,6 +1426,13 @@ ul.tabs { width: 110px; height: 110px; margin-bottom: 20px; + .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; width: 22px; height: 22px; + position: relative; + top: 10px; + left: -10px; + } .drophide { background-image: url('../../../images/icons/22/delete.png'); display: block; width: 22px; height: 22px;