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:
HWFord
2024-07-02 10:37:44 +02:00
parent c8d7503d4e
commit c8ccbd1cd1
3 changed files with 8 additions and 1 deletions
@@ -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}