mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
remove shadow on album creation button for empty gallery
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user