diff --git a/customize.dist/src/less2/include/modals-ui-elements.less b/customize.dist/src/less2/include/modals-ui-elements.less index 6db976283..71f076d3f 100644 --- a/customize.dist/src/less2/include/modals-ui-elements.less +++ b/customize.dist/src/less2/include/modals-ui-elements.less @@ -42,5 +42,10 @@ } .cp-teams-invite-alert { margin-top: 15px; + .cp-teams-invite-spinner { + font-size: 1.2em; + .fa { + margin-right: 10px;; + } } } diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index ef82df83b..4ad2cb5c4 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1666,7 +1666,7 @@ define([ rows: 3 }) ]), - linkSpin = h('div', { + linkSpin = h('div.cp-teams-invite-spinner', { style: 'display: none;' }, [ h('i.fa.fa-spinner.fa-spin'),