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
-2
View File
@@ -412,8 +412,6 @@ li.plupload_delete a {background: url("images/cancel.svg")!important; background
li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-size: cover!important;}
.addAlbumEmpty {color: #3C3C3C;}
.addAlbumEmpty a {background-color: #FFA646; box-shadow: 0 1px 2px #0D0303;}
.addAlbumEmpty a:hover{background-color: #ff7700; color: #3C3C3C; box-shadow: 0 2px 4px #0D0303;}
#addAlbumForm input[name="category_name"] {border:none!important; margin-top: 5px!important;}
#addAlbumForm input[name="category_name"]:focus {background-color: #DDDDDD;}
.buttonSeparator {color: #3C3C3C;}
@@ -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>
+1 -3
View File
@@ -82,7 +82,7 @@ UL.thumbnails span.wrap2 {
/* borders */
fieldset { border: 2px solid #333; }
.buttonLike, INPUT, SELECT, TEXTAREA {
INPUT, SELECT, TEXTAREA {
border: 1px solid #666;
}
input:focus, select:focus, textarea:focus {
@@ -409,8 +409,6 @@ li.plupload_delete a {background: url("images/cancel.svg")!important; background
li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-size: cover!important;}
.addAlbumEmpty {color: #c1c1c1;}
.addAlbumEmpty a {background-color: #FFA646; color: #3C3C3C;}
.addAlbumEmpty a:hover{background-color: #ff7700; color: #3C3C3C;}
.buttonSeparator {color: #c1c1c1;}
#cboxTitle {color: #7f7f7f !important;}
#addAlbumForm {color: #999;}