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

Commit e4b7f7bf authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/calendar-border-fix' into 'main'

calendar datepicker border fix

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!65
parents e50c38f2 1381e349
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -43,3 +43,11 @@ input[type='reset'] {
    background-color: unset;
    color: var(--color-main-text);
}
.property-title-time-picker__time-pickers .mx-datepicker .mx-input-wrapper .mx-input {
    border: 1px solid var(--color-border-dark) !important;
    border-radius: var(--border-radius) !important;
    box-shadow: none !important;
}
.property-text__input span.icon-delete {
    background-image: none;
}
 No newline at end of file