Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter esaeler

    (@esaeler)

    I actually emailed the developers and they sent me a revised header file to swap out that fixed it. It took a few days but they were very nice.

    Thread Starter esaeler

    (@esaeler)

    Why is this marked as resolved?

    My CSS isn’t hiding the buttons. If it was a CSS issue they would not show up in other browsers. This occurrence is only happening in Chrome. Here is the css attached to the input buttons;

    input, textarea, button
    {
      outline-width: medium;
      outline-style: none;
      background-color: transparent;
      background-image: none;
      background-repeat: repeat;
      background-attachment: scroll;
      background-position: 0% 0%;
      background-clip: border-box;
      background-origin: padding-box;
      background-size: auto auto;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      box-shadow: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)