mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #2178 change color of second button
add class to change specific button color update light and dark mode css
This commit is contained in:
@@ -458,7 +458,7 @@ jQuery(document).ready(function(){
|
||||
|
||||
<p class="afterUploadActions" style="margin:10px; display:none;">
|
||||
{if !$DISPLAY_FORMATS}
|
||||
<a class="batchLink icon-pencil"></a><span class="buttonSeparator">{'or'|translate}</span><a href="admin.php?page=photos_add" class="icon-plus-circled">{'Add another set of photos'|@translate}</a>
|
||||
<a class="batchLink icon-pencil"></a><span class="buttonSeparator">{'or'|translate}</span><a href="admin.php?page=photos_add" class="secondary_button icon-plus-circled">{'Add another set of photos'|@translate}</a>
|
||||
{else}
|
||||
<a href="admin.php?page=photos_add&formats" class="icon-plus-circled">{'Add another set of formats'|@translate}</a>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user