Remove border from buttons

后端 未结 10 1394
囚心锁ツ
囚心锁ツ 2020-12-02 14:42

I tried to create buttons and insert my own images instead of the standard button images. However, the gray border from the standard buttons still remains, showing on the ou

10条回答
  •  [愿得一人]
    2020-12-02 15:38

    You can also try background:none;border:0px to buttons.

    also the css selectors are div#yes button{..} and div#no button{..} . hopes it helps

提交回复
热议问题