1
0
Fork 0
mirror of https://github.com/nextcloud/calendar.git synced 2024-10-07 16:40:09 +02:00

Fix style with dark theme

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-11-11 16:30:01 +01:00
parent f44246878d
commit e773857aa6
3 changed files with 9 additions and 5 deletions

View file

@ -56,5 +56,5 @@
#fullcalendar td.fc-day.fc-sat,
#fullcalendar td.fc-day.fc-sun {
background-color: nc-darken($color-main-background, 3%);
background-color: var(--color-background-darker);
}

View file

@ -52,7 +52,7 @@
.modal-open .modal.import {
position: absolute;
width: 450px;
background: $color-main-background;
background: var(--color-main-background);
box-shadow: 0 0 3px $color-box-shadow;
overflow: hidden;
margin-left: 0 !important;
@ -173,6 +173,7 @@
.events--textarea,
.advanced--textarea {
resize: none;
background-color: inherit !important;
}
.events .events--checkbox {
@ -295,7 +296,7 @@ button.delete:focus {
.advanced--fieldset-attendeelist .advanced--toggler:hover,
.advanced--fieldset-reminderlist .advanced--toggler:hover {
background: #efefef;
background: var(--color-background-darker);
cursor: pointer;
}
@ -314,9 +315,12 @@ button.delete:focus {
max-width: 470px;
}
.attendeename {
background-color: inherit !important;
}
.dropdown-menu li {
border-bottom: 1px solid #ddd;
background: #f8f8f8;
}
.dropdown-menu li a {

View file

@ -52,7 +52,7 @@
<li class="app-navigation-entry-utils-menu-button"
href="#"
title="<?php p($l->t('More')); ?>"
role="button"><button on-toggle-show="#more-actions-{{ $id }}"></button></li>
role="button"><button class="icon-more" on-toggle-show="#more-actions-{{ $id }}"></button></li>
</ul>
</div>