# \[Mit Bild\] Code für den Drowndown Pfeil?

**URL:** https://forum.shopware.com/t/mit-bild-code-fur-den-drowndown-pfeil/36914
**Category:** Themes & Design
**Created:** [21. Mai 2016 um 22:41 UTC](https://forum.shopware.com/t/mit-bild-code-fur-den-drowndown-pfeil/36914 "2016-05-21T22:41:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![\_Max](https://avatars.discourse-cdn.com/v4/letter/_/ecd19e/32.png) [@\_Max](https://forum.shopware.com/u/_Max)
#### Post date: [21. Mai 2016 um 22:41 UTC](https://forum.shopware.com/t/mit-bild-code-fur-den-drowndown-pfeil/36914/1 "2016-05-21T22:41:45Z")

</div>

Kann mir wer sagen wo&nbsp;ich denn den Code für den Pfeil finde?

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/1/100e43063883a4b9ac96fb3e779220deec3cb94d.png)

---

<div class="post-metadata">

### Author: ![useg](https://avatars.discourse-cdn.com/v4/letter/u/df705f/32.png) [@useg](https://forum.shopware.com/u/useg)
#### Post date: [22. Mai 2016 um 07:25 UTC](https://forum.shopware.com/t/mit-bild-code-fur-den-drowndown-pfeil/36914/2 "2016-05-22T07:25:00Z")

</div>

Hallo&nbsp;[\_Max\_](http://forum.shopware.com/profile/22952/_Max_)

bei shopware 5.1.5 in der header.less Zeile 294

```
.results--list::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    top: -6px;
    top: -0.375rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 48%;
    border: 1px solid #d8ccb7;
    border-top: 0 none;
    border-right: 0 none;
}

```

Uwe
