Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Image Gallery Folder Name not showing in Bootswatch-Darkly #18

Open
joedavis01 opened this issue Nov 16, 2018 · 0 comments
Open

Comments

@joedavis01
Copy link

Mojo 2.7.0.0 SQL and Mojo skin bootswatch-darkly v2.7
The Better Image Gallery Folder link text is not visible. I adjusted the style as below to correct it on my end..

Original Style
.big__folder a { -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #ddd; border-radius: 3px; color: #222; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 15px; line-height: 100%; padding: 15px; position: absolute; right: 15px; }

Removing the color: #222 fixed it like below

.big__folder a { -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #ddd; border-radius: 3px; /* color: #222; */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 15px; line-height: 100%; padding: 15px; position: absolute; right: 15px; }

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

No branches or pull requests

1 participant