calendar: fixes

This commit is contained in:
Mario
2023-01-25 14:05:20 +00:00
parent ddae3eaf84
commit 32dcc28414
4 changed files with 11 additions and 9 deletions

View File

@@ -30,7 +30,14 @@
}
.bootstrap-tagsinput {
width: 100%;
padding: 6px 12px;
border: 1px solid var(--bs-border-color) !important;
margin-bottom: 0px !important;
border-radius: var(--bs-border-radius) !important;
background-color: var(--bs-body-bg) !important;
padding: 0 .75rem !important;
}
.bootstrap-tagsinput input {
min-width: 30% !important;
}

View File

@@ -1551,6 +1551,7 @@ dl.bb-dl > dd > li {
}
.bootstrap-tagsinput {
width: 100%;
padding: 0 .5rem;
}
@@ -1750,10 +1751,6 @@ dl.bb-dl > dd > li {
opacity: 1;
}
.bootstrap-tagsinput {
width: 100%;
}
.jg-entry img {
border-radius: var(--bs-border-radius);
}

View File

@@ -84,7 +84,7 @@ $(document).ready(function() {
});
$("input[data-role=cat-tagsinput]").tagsinput({
tagClass: 'badge rounded-pill bg-warning'
tagClass: 'badge rounded-pill bg-warning text-dark'
});
$('a.disabled').click(function(e) {

View File

@@ -370,8 +370,6 @@ $(document).ready(function() {
$('#event_submit').html('{{$update}}');
}
if(default_view === 'dayGridMonth');
$('#id_dtstart_wrapper, #id_dtend_wrapper, #id_timezone_select_wrapper').hide();
});
function changeView(viewName) {