Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f862fbc authored by Ronak Patel's avatar Ronak Patel
Browse files

Merge branch 'dev/calendar-dropdown-ui' into 'main'

Calendar Dropdown issue

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!79
parents 1f5c5a47 b841dd99
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -68,3 +68,12 @@ input[type='reset'] {
        color: var(--color-main-text);
    }
}
.vs__dropdown-menu.vs__dropdown-menu--floating{
    z-index: 100000;
}
.timezone-popover-wrapper__title {
    padding-left: 10px;
}
.v-popper__inner .mx-datepicker-main .mx-datepicker-btn-confirm:hover {
    background-color: var(--color-primary) !important;
}
 No newline at end of file