Improving agenda

This commit is contained in:
Peter Maquiran
2021-06-16 09:11:20 +01:00
parent 9650255eee
commit b5fd1b4f23
5 changed files with 24 additions and 20 deletions
+7 -2
View File
@@ -189,8 +189,6 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 106px;
width: 30px !important;
height: 30px;
padding: 0px !important;
div.day{
padding: 0px !important;
@@ -585,6 +583,13 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
div {
padding-left: 0px;
}
}
td div:not(.day) {
background-color: red;
width: 30px !important;
height: 30px;
}
}