📄 calendar.css
字号:
/* This class is related to the popup javascript calendar for date selection */
div.calDiv {
background-color: #ffffff;
color: #000000;
color: #000000;
padding: 0px;
position: absolute;
visibility: hidden;
z-index: 11000;
}
div.calDiv a {
background-color: transparent;
color: #000000;
font-weight: normal;
}
div.calDiv a.cpOtherMonthDate {
background: transparent;
color: #808080;
}
div.calDiv a:visited {
background-color: transparent;
color: #000000;
}
div.calDiv a:hover {
background: transparent;
color: #0000ff;
text-decoration: underline overline;
}
img.calIcon {
margin-top: 2px;
vertical-align: top !important;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -