surround with circle selected day
This commit is contained in:
parent
386d22c35b
commit
2285ef2a97
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected-day {
|
.selected-day {
|
||||||
border: 2px double white;
|
border-radius: 50%;
|
||||||
|
box-shadow: 0 0 0 3px white, 0 0 0 5px black;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue