Magento 1.7 の主要なボタンのテーマを、CSS の丸みを帯びたボタンで背景色に変更したいと考えています。検索ボタンと「チェックアウトに進む」ボタンの不要な背景を除いて、ほとんどの場所で機能する次のコードをハックしました。これを行うためのより完全でテスト済みのレシピを持っている人はいますか?
button.button span span
{
background: blue !important;
color: black !important;
background-color:none !important;
font-weight:normal !important;
}
button.button span
{
background: blue !important;
padding:3px 8px 3px 8px !important;
border-radius:15px !important;
border:0px ;
margin:0px ;
font-weight:normal !important;
color: black !important;
text-decoration:none !important;
}