mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
calendar: fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user