diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index d3b1dce6e..39b3cba58 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -38,7 +38,7 @@ define([ hideDuplicate: true }, general: { - allowUserFeedback: true // XXX corner popup in settings? + allowUserFeedback: true } }; diff --git a/www/teams/app-team.less b/www/teams/app-team.less index 177efbd0e..eb49ec21f 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -42,6 +42,12 @@ .cp-app-contacts-container { height: 100%; } + .cp-app-contacts-input { + textarea { + border: 0px; + color: white; + } + } } & > .cp-team-drive { display: flex;