dh-c
Version:
The front-end development engineers jimberton gulp react component
74 lines (73 loc) • 2.34 kB
CSS
.dh-calendar-month-panel {
position: absolute;
top: 1px;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
border-radius: 4px;
background: #fff;
outline: none; }
.dh-calendar-month-panel > div {
height: 100%; }
.dh-calendar-month-panel-year-select-arrow {
display: none; }
.dh-calendar-month-panel-header {
height: 34px;
line-height: 34px;
text-align: center;
user-select: none;
border-bottom: 1px solid #e9e9e9; }
.dh-calendar-month-panel-header .dh-calendar-month-panel-year-select {
padding: 0 2px;
font-weight: 700;
display: inline-block;
color: rgba(0, 0, 0, 0.65);
line-height: 34px; }
.dh-calendar-month-panel-header .dh-calendar-month-panel-prev-year-btn,
.dh-calendar-month-panel-header .dh-calendar-month-panel-next-year-btn {
position: absolute;
top: 0;
color: rgba(0, 0, 0, 0.43);
font-family: dhfont;
padding: 0 5px;
font-size: 16px;
display: inline-block;
line-height: 34px; }
.dh-calendar-month-panel-header .dh-calendar-month-panel-prev-year-btn {
left: 7px; }
.dh-calendar-month-panel-header .dh-calendar-month-panel-prev-year-btn:after {
content: '\e613'; }
.dh-calendar-month-panel-header .dh-calendar-month-panel-next-year-btn {
right: 7px; }
.dh-calendar-month-panel-header .dh-calendar-month-panel-next-year-btn:after {
content: '\e614'; }
.dh-calendar-month-panel-body {
height: calc(100% - 34px); }
.dh-calendar-month-panel-table {
table-layout: fixed;
width: 100%;
height: 100%;
border-collapse: separate; }
.dh-calendar-month-panel-selected-cell .dh-calendar-month-panel-month {
background: #23c132;
color: #ffffff ; }
.dh-calendar-month-panel-cell {
text-align: center; }
.dh-calendar-month-panel-cell-disabled .dh-calendar-month-panel-month {
cursor: not-allowed;
color: #bcbcbc;
background: #f7f7f7; }
.dh-calendar-month-panel-month {
display: inline-block;
margin: 0 auto;
color: rgba(0, 0, 0, 0.65);
background: transparent;
text-align: center;
height: 24px;
line-height: 24px;
padding: 0 6px;
border-radius: 4px;
transition: background .3s ease; }
.dh-calendar-month-panel-month:hover {
color: #23c132; }