Add calendar day abbreviations

This commit is contained in:
2021-02-02 15:11:30 +01:00
parent b0b3702ec1
commit c8bba4570f
4 changed files with 77 additions and 11 deletions
+21 -3
View File
@@ -257,7 +257,9 @@ label{
right: 14px;
color: #e16817;
}
td.monthview-primary-with-event {
background-color: white !important;
}
.header-title{
width: 300px;
font-family: Roboto;
@@ -413,5 +415,21 @@ label{
.calendar-tool-tip{
padding: 17px 10px 0px 10px;
}
padding: 20px 10px 30px 10px;
}
.custom-calendar-header{
width: 100%;
margin-bottom: 10px;
thead{
th{
font-family: Roboto;
font-size: 15px;
color: rgba(52, 72, 94, 0.54);
font-weight: normal;
}
}
}