Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/views/frm-forms/forms-list-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class="hide-column-tog"

<hr />

<div style="text-align: right;" class="frm-pt-2xs frm-pb-xs">
<div class="frm-pt-2xs frm-pb-xs">
<button type="button" class="frm-button-primary button-primary" id="frm-save-forms-list-settings-btn"><?php esc_html_e( 'Apply', 'formidable' ); ?></button>
</div>
</div>
6 changes: 6 additions & 0 deletions css/admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ This file is added to the visual styler admin page, accessed from the style tab.
color: var(--grey-500);
}

/* Paired with the rule above so the ID selector cannot outrank the hover. */
.frm-style-card:not(.frm-dark-style) .frm-dropdown-toggle:hover svg,
#frm_styling_form .frm-dropdown-toggle:hover svg {
color: var(--grey-900);
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}

.frm-style-card.frm-currently-set-style-card .frm-style-card-title-wrapper svg {

/* The checkmark circle should be blue. */
Expand Down
4 changes: 2 additions & 2 deletions css/frm_admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/frm_testing_mode.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/formidable-web-components.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading