Adr*_*nga 5 html css fullcalendar fullcalendar-5
我尝试删除全日历按钮边框。
.fc-button { border: 0px !important; }
Run Code Online (Sandbox Code Playgroud)
并且没有找到哪个元素显示这个边框。
我认为它来自于box-shadow添加到伪类button的感谢属性:focus。
您可以尝试添加此规则:
.fc-button {
box-shadow: none !important;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
890 次 |
| 最近记录: |