diff --git a/assets/javascripts/discourse/templates/components/share-report.hbs b/assets/javascripts/discourse/templates/components/share-report.hbs index 4493742..4a6624a 100644 --- a/assets/javascripts/discourse/templates/components/share-report.hbs +++ b/assets/javascripts/discourse/templates/components/share-report.hbs @@ -5,9 +5,7 @@ {{#if visible}} {{/if}} diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 0be047d..da8e5c5 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -413,7 +413,7 @@ table.group-reports { margin-right: 4px; } .popup { - background: white; + background-color: $secondary; position: absolute; box-shadow: shadow("card"); padding: 12px;