fix agenda list box and create event on chat

This commit is contained in:
Peter Maquiran
2022-12-16 15:44:52 +01:00
parent 9116ac4d06
commit 7e70078a0a
11 changed files with 103 additions and 88 deletions
+8 -2
View File
@@ -486,12 +486,12 @@ td.monthview-primary-with-event {
margin-right: 10px;
min-width: 33px;
.time-start{
color: #797979 !important;
color: #797979 ;
font-family: Roboto;
font-size: 13px;
}
.time-end{
color: #797979 !important;
color: #797979 ;
font-family: Roboto;
font-size: 13px;
}
@@ -913,4 +913,10 @@ $font-size: 11pt;
background: white !important;
color: black !important;
border-color: #f05d5e !important;
}
.labelb {
font-weight: 500;
color: red !important;
}