kreta/KretaWeb/Content/custom-fullcalendar.css
2024-03-13 00:33:46 +01:00

36 lines
597 B
CSS

.fc-day-header-today {
background-color: #628c9e;
color: white !important;
}
.fc-hover:hover {
background-color: rgba(0, 255, 0, 0.5) !important;
}
.fc-textline-through {
text-decoration: line-through !important;
}
.fc-hover:hover:after {
background: #d99c1a;
content: '';
width: 4px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -2px;
margin-top: -25px;
}
.fc-hover:hover:before {
background: #d99c1a;
content: '';
width: 50px;
height: 4px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -2px;
}