remove shadow on album creation button for empty gallery

This commit is contained in:
plegall
2019-07-19 14:27:50 +02:00
parent 2842934633
commit 292b414d25
3 changed files with 2 additions and 6 deletions
@@ -262,7 +262,7 @@ jQuery(document).ready(function(){
<div class="addAlbumEmpty"{if $NB_ALBUMS > 0} style="display:none;"{/if}>
<div class="addAlbumEmptyTitle">{'Welcome!'|translate}</div>
<p class="addAlbumEmptyInfos">{'Piwigo requires an album to add photos.'|translate}</p>
<a href="#" data-add-album="category" title="{'Create a first album'|translate}">{'Create a first album'|translate}</a>
<a href="#" data-add-album="category" title="{'Create a first album'|translate}" class="buttonLike">{'Create a first album'|translate}</a>
</div>
</div>