Quantcast
Channel: Installation/Einstieg - Shopware Community Forum
Viewing all articles
Browse latest Browse all 1069

Polnische Flagge ersetzen

$
0
0

Möchte die Polnische und Bulgarische Flagge ersetzen, damit die Deutsche nicht angezeigt wird - was mache ich hier falsch, habe die ico-flags geändert und flags.less wie folgt :

/*
Language Flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.
*/

.language--flag {
    .unitize-height(11);
    .unitize-width(14);
    background: url("../../img/ico-flags.png") no-repeat 0 0;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

    // We need to work with pixels here
    &.de_DE { background-position: 0 0; }
    &.en_GB { background-position: 0 -11px; }
    &.nl_NL { background-position: 0 -22px; }
    &.fr_FR { background-position: 0 -33px; }
    &.es_ES { background-position: 0 -44px; }
    &.it_IT { background-position: 0 -55px; }
	&.pl_PL { background-position: 0 -66px; }
	&.bg_BG { background-position: 0 -77px; }
	}

 


Viewing all articles
Browse latest Browse all 1069

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>