Skip to content

Commit

Permalink
Remove centerrow background color from lightgallery buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Apr 20, 2022
1 parent 58beb4a commit ebd9b85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,10 @@ footer {
bottom: 0;
}

.lg-container button {
background-color: transparent;
}

.lg-icon.hidden {
display: none;
}
Expand Down
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,11 @@ nav ul {
bottom: 0;
}
}
@media screen {
.lg-container button {
background-color: transparent;
}
}
@media screen {
.lg-icon.hidden {
display: none;
Expand Down

0 comments on commit ebd9b85

Please sign in to comment.