• hi,

    Can you please tell me why the following css class (and a few other) is not defined for input type button or button tag or any other types of button for that matter?

    input[type=submit]{margin-bottom:0;font-size:14px;line-height:20px;cursor:pointer;border:1px solid #CCC;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff444444′, endColorstr=’#ff222222′, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}

    thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you look in:
    \wp-content\themes\customizr\inc\assets\css\tc_common.css? Czr uses a minimised version of that file.

    Thread Starter cmaj

    (@cmaj)

    I am just doing an “inspect” in chrome for the buttons. I dont see the properties as defined for the submit button above for ‘button’ type.

    What’s your site and I’ll try to point you in the right direction

    Thread Starter cmaj

    (@cmaj)

    here

    Click on “Join the discussion” text area which will reveal ‘POST COMMENT” button. Then do an ‘inspect’ on that button in chrome. You will see that the above mentioned submit class is not used in the hierarchy.

    input[type="submit"], input[type="button"], #wpcomm .wc-field-submit input[type="button"] {
        background-color: #008f7e;
        background-image: none;
        border-radius: 2px;
        text-transform: uppercase;
    }

    is what is being picked up from Jetpack.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css class for button type missing’ is closed to new replies.