Merge remote-tracking branch 'origin/dark' into dark
commit
63eef5bc7e
|
@ -388,6 +388,7 @@ define([
|
|||
}));
|
||||
};
|
||||
|
||||
$t.closest('.tokenfield').removeClass('form-control');
|
||||
t.focus = function () {
|
||||
var $temp = $t.closest('.tokenfield').find('.token-input');
|
||||
$temp.css('width', '20%');
|
||||
|
|
|
@ -40,7 +40,7 @@ define([
|
|||
Mermaid = _Mermaid;
|
||||
Mermaid.initialize({
|
||||
gantt: { axisFormat: '%m-%d', },
|
||||
theme: window.CryptPad_theme === 'dark' ? 'dark' : undefined,
|
||||
theme: (window.CryptPad_theme === 'dark') ? 'dark' : undefined,
|
||||
"themeCSS": mermaidThemeCSS,
|
||||
});
|
||||
}
|
||||
|
|
|
@ -167,7 +167,6 @@
|
|||
justify-content: space-between;
|
||||
padding: 5px;
|
||||
flex-wrap: wrap;
|
||||
touch-action: none;
|
||||
background: @cp_kanban-item-bg;
|
||||
.tools_unselectable();
|
||||
touch-action: none;
|
||||
|
|
Loading…
Reference in New Issue