Skip to content
Snippets Groups Projects
Commit f85452a8 authored by 준현 강's avatar 준현 강
Browse files

[EDIT] CalendarWeek.css 수정

parent 0ce4f123
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,14 @@ th { ...@@ -36,9 +36,14 @@ th {
td { td {
background-color: #f4f4f4; background-color: #f4f4f4;
cursor: pointer; cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease,
box-shadow 0.3s ease; /* 부드러운 애니메이션 효과 */
} }
td:hover { td:hover {
background-color: aqua; background-color: aqua;
transform: scale(1.05); /* 셀을 약간 확대 */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* 셀에 그림자 추가 */
border: 1px solid #5fbdff; /* 셀 주위에 테두리 추가 */
} }
.selected { .selected {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment