about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/accounts.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-08-28 04:00:39 +0200
committerGitHub <noreply@github.com>2022-08-28 04:00:39 +0200
commit546672e292dc3218e996048464c4c52e5d00f766 (patch)
treeb3d0e0b00baf0b62cd092a144b9c43b7550f5987 /app/javascript/styles/mastodon/accounts.scss
parentc57907737a35d05d4bb936acd662df6ce725456f (diff)
Change "Allow trends without prior review" setting to include statuses (#17977)
* Change "Allow trends without prior review" setting to include posts

* Fix i18n-tasks
Diffstat (limited to 'app/javascript/styles/mastodon/accounts.scss')
-rw-r--r--app/javascript/styles/mastodon/accounts.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/accounts.scss b/app/javascript/styles/mastodon/accounts.scss
index 54b65bfc8..c007eb4b5 100644
--- a/app/javascript/styles/mastodon/accounts.scss
+++ b/app/javascript/styles/mastodon/accounts.scss
@@ -202,7 +202,8 @@
 }
 
 .account-role,
-.simple_form .recommended {
+.simple_form .recommended,
+.simple_form .not_recommended {
   display: inline-block;
   padding: 4px 6px;
   cursor: default;
@@ -227,6 +228,12 @@
   }
 }
 
+.simple_form .not_recommended {
+  color: lighten($error-red, 12%);
+  background-color: rgba(lighten($error-red, 12%), 0.1);
+  border-color: rgba(lighten($error-red, 12%), 0.5);
+}
+
 .account__header__fields {
   max-width: 100vw;
   padding: 0;