diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-07 18:23:36 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-07 18:23:36 +0100 |
commit | d0d799f911925fcbb4d68360546f0245b86334bb (patch) | |
tree | 48cdf3f87b53834730c83a99677f654743723a9f /app/assets/stylesheets | |
parent | f5c6baf29dde4d89c1c4611ac11b1da939523f06 (diff) |
Replace react-skylight with own solution that centers images better
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |