<button type="submit" class="cnt_button" id="submit{$Artikel->kArtikel}" {if $Einstellungen.template.articleoverview.article_pushed_to_basket == "Y"}onclick="return addToBasket('{$Artikel->kArtikel}', $('#anzahl_{$Artikel->kArtikel}').val(), '#image_drag_article');"{/if}>
<button type="submit" class="submit" id="submit{$Artikel->kArtikel}" {if $Einstellungen.template.articleoverview.article_pushed_to_basket == "Y"}onclick="return addToBasket('{$Artikel->kArtikel}', $('#anzahl_{$Artikel->kArtikel}').val(), '#image_drag_article');"{/if}>
background: url("images/button_bg.png") repeat-x scroll left top #FFAA22
Hmm....
Ich möchte den Warenkorb bei Artikel grau hinterlegen wie in der Listenansicht 🙂
.submit {
background:url(images/button_disabled_bg.png) repeat-x scroll left top #FFAA22;
border:1px solid #444444;
color:#333333;
text-shadow: none;
}