diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 6745be1..542396c 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -977,7 +977,7 @@ nav.pagination { } } -.locked { +.lockednote { background: #ffa500; border: 1px solid; border-radius: 3px; diff --git a/app/views/forumthreads/show.html.erb b/app/views/forumthreads/show.html.erb index 0617341..c2e222a 100644 --- a/app/views/forumthreads/show.html.erb +++ b/app/views/forumthreads/show.html.erb @@ -32,7 +32,7 @@ <% if @thread.locked? %> -