From d0d799f911925fcbb4d68360546f0245b86334bb Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 7 Nov 2016 18:23:36 +0100 Subject: Replace react-skylight with own solution that centers images better --- app/assets/stylesheets/components.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/components.scss') diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 37272e8e5..16327168c 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -59,6 +59,10 @@ } } +.lightbox .icon-button { + color: #282c37; +} + .compose-form__textarea, .follow-form__input { background: #fff; -- cgit