Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #258123

    Hallo,

    wie kann ich den Rahmen des Suche Widgets abrunden?

    Liebe Grüße,
    Marco

    #258144

    Hi crevlon!

    Hierfür einfach eine CSS Klasse für das Widget vergeben und hiermit: http://border-radius.com/ den border-radius Code generieren.

    Cheers!
    Peter

    #258161

    Hi Peter,

    hab ich gemacht:

    #searchborder {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    }

    Funktioniert aber leider nicht.

    #258275

    Hi!

    Thank you for the update.

    Please use this instead:

    #top #s {
    border-radius: 11px;
    }
    
    #top #searchsubmit {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    }

    Best regards,
    Ismael

    #258607

    Perfect! It works :). Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Rahmen des Suche Widgets abrunden’ is closed to new replies.