From b53c207477a4ab5c8d3aff8f964ca12f4511cb4f Mon Sep 17 00:00:00 2001 From: Titouan Lorieul Date: Mon, 16 Sep 2013 18:35:38 +0200 Subject: [PATCH] Add a white background to ALL the images in the navigation bar of the lightbox --- app/assets/stylesheets/lightbox.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/lightbox.css.scss b/app/assets/stylesheets/lightbox.css.scss index 5747b1005..b5aca7a19 100644 --- a/app/assets/stylesheets/lightbox.css.scss +++ b/app/assets/stylesheets/lightbox.css.scss @@ -106,6 +106,7 @@ width: 70px; margin-right: 5px; cursor: pointer; + background-color: white; &:last-child{ margin-right: 0; @@ -113,7 +114,6 @@ &.selected{ @include opacity(1); - background-color: white; } } }