Skip to content

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Apr 19, 2024
1 parent 7580f2b commit 2490b29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,9 @@ p.imagify-section-title.imagify-section-title {
}

.imagify-inline-options input[type="radio"]:disabled + label {
background: rgba(46, 50, 67, 0.5);
cursor:default;
background: #ccc;
color: #999;
cursor:not-allowed;
}

.imagify-inline-options .imagify-info {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ p.imagify-api-key-invite-title {
border-radius: 3px;
}
.imagify-setting-optim-level .imagify-inline-options-error {
background: rgba(46, 50, 67, 0.5);
background: #ccc;
}

.imagify-setting-optim-level .imagify-inline-options label {
Expand Down
6 changes: 4 additions & 2 deletions views/part-settings-webp.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@

if ( has_filter( 'imagify_nextgen_images_formats' ) ) {
$message = sprintf(
// translators: %1$s and %2$s are <a> tag opening and closing.
__( 'Next-Gen Images format is currently defined by the imagify_nextgen_images_format filter. %1$sRead more%2$s', 'imagify' ),
// translators: %1$s and %2$s are <code> tag opening and closing, %3$s and %4$s are <a> tag opening and closing.
__( 'Next-Gen Images format is currently defined by the %1$simagify_nextgen_images_format%2$s filter. %3$sRead more%4$s', 'imagify' ),
'<code>',
'</code>',
'<a href="https://imagify.io/documentation/how-to-use-the-next-gen-image-format-filter/" target="_blank">',
'</a>'
);
Expand Down

0 comments on commit 2490b29

Please sign in to comment.