Merge branch 'main' into soon

This commit is contained in:
ansuz 2023-01-19 09:01:34 +05:30
commit d11f85e837
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@
}
}
.flatpickr-calendar.open {
z-index: 100001 !important; // Alertify is 100000
}
@palette0: @cp_kanban-color0; // Default bg color for header
@form-colors: @cp_form-palette;
.form-colors(@form-colors; @index) when (@index > 0){

View File

@ -1,7 +1,7 @@
// This file is used when a user tries to export the entire CryptDrive.
// Pads from the code app will be exported using this format instead of plain text.
define([
'/bower_components/secure-fabric.js/dist/fabric.min.js',
'/lib/fabric.min.js',
], function () {
var module = {};