css - FullCalendar AgendaWeek 水平改变周标题的颜色

标签 css fullcalendar

这似乎是一个简单的问题,但即使在挖掘 fullCalendar.css 文件后我也找不到该属性。

有没有办法更改下面突出显示“Sun Mon Tue Wed ..”的框的文本颜色和高度?

screenshot of highlighted "Sun Mon Tue Wed .."

谢谢

最佳答案

你可以使用这个 css:

.fc-day-header {
  background-color: red;
}

这是一个例子:https://jsfiddle.net/ohpcdwtp/

关于css - FullCalendar AgendaWeek 水平改变周标题的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42960410/

相关文章:

html - :nth-child strange behavior with h1 and p

css - 无法为媒体查询覆盖 CSS

javascript - 全日历时间格式

angularjs - Fullcalendar Angular/Node.JS http 请求 : TypeError: Converting circular structure to JSON (at Object. stringify)

javascript - 全日历检测右键单击议程 View 上的空白时间段

javascript - fullCalendar 今天按钮自定义行为

html - 水平居中 div 中的图像

html - 如果屏幕太小,我如何在 blogger.com 上构建一个响应式导航栏,它变成一个下拉菜单?

css - webkit "haslayout"漏洞

javascript - 从全日历的月 View 中鼠标悬停时未显示工具提示?