mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'main' into soon
This commit is contained in:
commit
d11f85e837
@ -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){
|
||||
|
||||
@ -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 = {};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user