Writing buttons box Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Writing buttons box

    HosHos
    HosHos
    New Member


    Posts : 18
    Reputation : 1
    Language : English

    In progress Writing buttons box

    Post by HosHos October 18th 2015, 11:48 pm

    I want Css
    Which changes the shape of the buttons to this form
    Writing buttons box 14y1r8g
    HosHos
    HosHos
    New Member


    Posts : 18
    Reputation : 1
    Language : English

    In progress Re: Writing buttons box

    Post by HosHos October 19th 2015, 5:29 pm

    any help Smile ?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Writing buttons box

    Post by Ange Tuteur October 19th 2015, 6:49 pm

    Hi @HosHos,

    Add the following CSS to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    div.sceditor-group {
      background:#FFF !important;
      border:1px solid #DDD !important;
      padding:0 !important;
      overflow:hidden;
    }

    .sceditor-button {
      background:#FFF !important;
      border-radius:0 !important;
      border-right:1px solid #DDD;
    }

    div.sceditor-group > .sceditor-button:last-child { border:none }

    .sceditor-button.active, .sceditor-button:active, .sceditor-button:hover, .hover {
      box-shadow:none !important;
      background:#FFA !important;
    }
    HosHos
    HosHos
    New Member


    Posts : 18
    Reputation : 1
    Language : English

    In progress Re: Writing buttons box

    Post by HosHos October 20th 2015, 1:16 am

    thank you Smile
    Not exactly what you want but good this code.