mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
fixes ##2040 change reset button color
This commit is contained in:
@@ -297,6 +297,14 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.resetButton{
|
||||
background-color:transparent;
|
||||
color:#aaa;
|
||||
font-weight:700;
|
||||
border:none;
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
#formCreateAlbum input[name="virtual_name"] {border: 1px solid #D5D5D5; transition: all 125ms ease-out;}
|
||||
#formCreateAlbum input[name="virtual_name"]:hover {border-color: #3C3C3C;}
|
||||
|
||||
|
||||
@@ -114,8 +114,11 @@ jQuery("a.preview-box").colorbox( {
|
||||
{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
|
||||
|
||||
<p>
|
||||
<input type="submit" value="{'Submit'|@translate}" name="submit">
|
||||
<input type="reset" value="{'Reset'|@translate}">
|
||||
<button class="buttonLike" type="submit" value="{'Submit'|@translate}" name="submit"><i class="icon-floppy"></i>{'Submit'|@translate}</button>
|
||||
<button class="resetButton" type="reset" value="{'Reset'|@translate}" name="reset">{'Reset'|@translate}</button>
|
||||
|
||||
{* <span class="buttonLike" type="submit" name="submit"> {'Submit'|@translate}</span> *}
|
||||
{* <input type="reset" value="{'Reset'|@translate}"> *}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user