From 8bad0673b32c80424caae121fd3f4423e706bcb9 Mon Sep 17 00:00:00 2001 From: Titouan Lorieul Date: Fri, 13 Sep 2013 09:47:57 +0200 Subject: [PATCH] Add a white background to images shown in the lightbox Fixes issue #4475 --- Changelog.md | 1 + app/assets/stylesheets/lightbox.css.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 966038fcb..f309cf228 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,7 @@ * Make I18n system more robust against missing keys in pluralization data * Prevent overflow of too long strings in the single post view [#4487](https://github.com/diaspora/diaspora/pull/4487) * Disable submit button in sign up form after submission to avoid email already exists error [#4506](https://github.com/diaspora/diaspora/issues/4506) +* Add a white background to images shown in the lightbox [#4475](https://github.com/diaspora/diaspora/issues/4475) ## Features * Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353) diff --git a/app/assets/stylesheets/lightbox.css.scss b/app/assets/stylesheets/lightbox.css.scss index 1d8195870..8146a0acd 100644 --- a/app/assets/stylesheets/lightbox.css.scss +++ b/app/assets/stylesheets/lightbox.css.scss @@ -30,6 +30,7 @@ top: 0; display: block; margin-bottom: 120px; + background: white; } #lightbox-content{