diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 29ff791..c636238 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -9647,11 +9647,6 @@ button.close { outline: none; display: inline-block; text-align: left; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; border-radius: 9px; background-color: #f5f5f5 !important; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 7px rgba(0, 0, 0, 0.1); } diff --git a/styles/modal.scss b/styles/modal.scss index cc64883..a54ba0c 100644 --- a/styles/modal.scss +++ b/styles/modal.scss @@ -135,7 +135,6 @@ outline: none; display: inline-block; text-align: left; - @include user-select(none); border-radius: $radius*3; background-color: $light !important; diff --git a/views/partials/account.html b/views/partials/account.html index ad6f875..776025b 100644 --- a/views/partials/account.html +++ b/views/partials/account.html @@ -149,27 +149,27 @@
-
-

[[__("terminate_warning")]]

-

[[__("terminate_warning2")]]

-
- -
+

Terminate Account

+ + + - - - + +
diff --git a/views/partials/modal/access.html b/views/partials/modal/access.html index 41abcef..9474515 100644 --- a/views/partials/modal/access.html +++ b/views/partials/modal/access.html @@ -78,21 +78,26 @@

[[__("access_current_members")]]

- +
Icon Email / Name Role
- {{member.user.initials}} - + + + + - {{member.user.email}} - {{member.email_invited}} - {{member.user.nickname}} - (pending) + {{member.user.nickname}} + (pending) + ({{member.user.email}}) + ({{member.email_invited}})