diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index 897d5ddea0..af64e0055a 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -160,7 +160,18 @@ $table_styles->data[$row][1] = html_print_select( '', true ); -$table_styles->data[$row][1] .= ' '.html_print_button(__('View'), 'status_set_preview', false, '', 'class="sub camera logo_preview"', true); +$table_styles->data[$row][1] .= html_print_button( + __('View'), + 'status_set_preview', + false, + '', + [ + 'icon' => 'camera', + 'mode' => 'link', + 'class' => 'logo_preview', + ], + true +); $row++; // Divs to show icon status Colours (Default). @@ -1579,9 +1590,19 @@ echo ''.__('Other configuration').' '.ui_print_help_icon('other_conf_tab html_print_table($table_other); echo ''; -echo '
'; -html_print_submit_button(__('Update'), 'update_button', false, 'class="sub upd"'); -echo '
'; +html_print_div( + [ + 'class' => 'action-buttons w100p', + 'content' => html_print_submit_button( + __('Update'), + 'update_button', + false, + [ 'icon' => 'next' ], + true + ), + ] +); + echo ''; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index fee3efcb72..aa1d4c754f 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -9071,7 +9071,6 @@ button.submitButton.mini { button.buttonButton.link, button.submitButton.link { height: 32px; - text-decoration: underline; box-shadow: none; background: rgba(0, 0, 0, 0) !important; border-color: rgba(0, 0, 0, 0) !important; @@ -9091,11 +9090,14 @@ button.submitButton.link > div:hover { } button.buttonButton.link:hover, -button.submitButton.link:hover, +button.submitButton.link:hover { + color: #1d7873; + text-decoration: underline; + font-family: "Pandora-Bold"; +} button.buttonButton.link > div:hover, button.submitButton.link > div:hover { - color: #fff; - background-color: #96a2bf; + background-color: #1d7873; } button.buttonButton:not(.secondary):not(.link),