Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

CSS suggestion for easier white frame styling #317

Open
Thornos opened this issue Sep 26, 2018 · 0 comments
Open

CSS suggestion for easier white frame styling #317

Thornos opened this issue Sep 26, 2018 · 0 comments

Comments

@Thornos
Copy link

Thornos commented Sep 26, 2018

This is a little thought of improvement for this neat addon:

.modal-content{
  border-radius: 0;
  background-color: transparent;
  border: none;}

.ekko-lightbox-container img{
  border:4px solid white;}

Compared to other addons I found it rather difficult to adjust something as simple as the white frame around the image. I dont see the need to create the border with a strange background color construct when it would be much easier to do it via border on the img itself.
Maybe this is imported css from bootstrap itself, but this change would certainly make things easier.
If border has too little options, padding would do it too of course.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant