This commit is contained in:
2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
.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;
}