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; } }