diff --git a/app/assets/stylesheets/specific/post_tooltips.scss b/app/assets/stylesheets/specific/post_tooltips.scss index fd820cf92..5d6794220 100644 --- a/app/assets/stylesheets/specific/post_tooltips.scss +++ b/app/assets/stylesheets/specific/post_tooltips.scss @@ -1,6 +1,7 @@ .post-tooltip { max-width: 660px; border-color: #767676; + box-shadow: 1px 1px 2px #666; .qtip-content { padding: 4px 6px; diff --git a/app/views/posts/show.html+tooltip.erb b/app/views/posts/show.html+tooltip.erb index e1551ac9b..3239cae0d 100644 --- a/app/views/posts/show.html+tooltip.erb +++ b/app/views/posts/show.html+tooltip.erb @@ -2,6 +2,7 @@