[#30] added dots on days with events for personnal calendars
This commit is contained in:
@@ -8,7 +8,7 @@ main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sidebar{
|
||||
.sidebar {
|
||||
border-right: 2px gray;
|
||||
}
|
||||
|
||||
@@ -182,3 +182,13 @@ main {
|
||||
.calendar-list li.personal::before {
|
||||
background-color: #d93025;
|
||||
}
|
||||
|
||||
.event-dot {
|
||||
margin-top: 2px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #d93025; /* adjust to your theme */
|
||||
border-radius: 50%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user