Adjust event popup style

This commit is contained in:
David Benque 2022-10-10 16:14:39 +01:00
parent 707ac44536
commit 99da655225
1 changed files with 5 additions and 0 deletions

View File

@ -231,6 +231,7 @@
.tui-full-calendar-popup-detail {
font: @colortheme_app-font;
color: @cryptpad_text_col;
box-shadow: @cryptpad_ui_shadow;
.tui-full-calendar-popup-container {
padding-bottom: 17px;
}
@ -247,6 +248,10 @@
margin: 0;
}
}
.tui-full-calendar-popup-top-line {
border-radius: 10px 10px 0px 0px;
height: 10px;
}
.tui-full-calendar-popup-vertical-line {
visibility: hidden;
width: 10px;