diff --git a/css/settings.css b/css/settings.css index b1433616..4fe28f21 100644 --- a/css/settings.css +++ b/css/settings.css @@ -531,7 +531,7 @@ fieldset[disabled] .form-control { content: ""; width: 24px; height: 24px; - background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 18L14 14.5' stroke='%23757575' stroke-width='1.5'/%3E%3Ccircle r='4.75' transform='matrix(-1 0 0 1 10.5 11.5)' stroke='%23757575' stroke-width='1.5'/%3E%3C/svg%3E%0A"); + background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 18L14 14.5' stroke='%23757575' stroke-width='1.5'/%3E%3Ccircle r='4.75' transform='matrix(-1 0 0 1 10.5 11.5)' stroke='%23757575' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; position: absolute; left: 16px; @@ -1530,7 +1530,7 @@ input.fz-switch-toggle[type=checkbox]:checked:before{ } .post-type-feedzy_categories #titlediv #title:focus, -.post-type-feedzy_categories .widefat:focus{ +.post-type_feedzy_categories .widefat:focus{ border-color: #4268CF; } .fz-upsell-notice { @@ -2569,4 +2569,24 @@ li.draggable-item .components-panel__body-toggle.components-button{ .support-box-list > ul{ grid-template-columns: repeat(2, 1fr); } -} \ No newline at end of file +} + +.fz-proxy-info-box { + margin-top: 30px; +} + +.fz-section-title { + margin: 0 0 15px 0; +} + +.fz-section-description p { + margin: 0 0 10px 0; + line-height: 1.6; +} + +.fz-form-actions { + display: flex; + justify-content: space-between; + align-items: center; + gap: 15px; +} diff --git a/includes/layouts/settings.php b/includes/layouts/settings.php index cb8076a6..312fcd63 100644 --- a/includes/layouts/settings.php +++ b/includes/layouts/settings.php @@ -54,12 +54,6 @@ case 'misc': esc_html_e( 'Miscellaneous', 'feedzy-rss-feeds' ); break; - case 'spinnerchief': - esc_html_e( 'SpinnerChief', 'feedzy-rss-feeds' ); - break; - case 'wordai': - esc_html_e( 'WordAI', 'feedzy-rss-feeds' ); - break; default: echo esc_html( ucwords( str_replace( array( '-', '_' ), ' ', $active_tab ) ) ); break; @@ -278,16 +272,30 @@ class="">
+ +
++ +
+