From f95c385c82ca04daa9d0546ee6d68b79d48006ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 6 Apr 2020 15:42:26 +0100 Subject: [PATCH] filepicker button --- customize.dist/src/less2/include/modal.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customize.dist/src/less2/include/modal.less b/customize.dist/src/less2/include/modal.less index 635a65b71..12d3c908c 100644 --- a/customize.dist/src/less2/include/modal.less +++ b/customize.dist/src/less2/include/modal.less @@ -1,5 +1,8 @@ @import (reference) "./colortheme-all.less"; @import (reference) "./variables.less"; +@import (reference) './buttons.less'; + + .modal_base() { font-family: @colortheme_font; @@ -36,6 +39,8 @@ background-color: @colortheme_modal-dim; .cp-modal { + .buttons_main(); + background-color: @colortheme_modal-bg; color: @colortheme_modal-fg; box-shadow: @variables_shadow; @@ -75,6 +80,7 @@ background-color: @colortheme_modal-input-fg; color: @cryptpad_text_col; border: 1px solid @colortheme_modal-input; + width: auto; } }