How to customize the Semantic UI buttons(background-color, border-radius and all)

后端 未结 5 883
情话喂你
情话喂你 2021-01-22 19:04

How to customize the Semantic UI buttons(background-color, border-radius and all)

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-22 20:00

    #bodyId .ui.create-new-menu-btn {
    border-radius: 0;
    background-color: red;
    

    }

    It will target all button with ui class.

    Hope It will be useful :)

提交回复
热议问题