Timo: CSS-Problem

Beitrag lesen

Danke dafür. Jetzt habe ich folgendes:

.easyclient_button.highlighted{
    font-family: arial !Important;
    font-size: 20px;
    font-weight: bold;
    width: 300px !Important;
    margin-left:3%;
    margin-right:3%;
    border-radius:0px;
    text-transform: capitalize !important;
    height:50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(246, 246, 255) rgb(166, 166, 175) rgb(166, 166, 175) rgb(246, 246, 255);
    display: table;
}

Aber die Befehle werden nun gar nicht mehr umgesetzt...