Skip to content

Commit

Permalink
Closes #898 Update close icon on upsell banners and admin bar (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp authored Oct 4, 2024
1 parent 75c1aa7 commit 56b4c97
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 18 deletions.
5 changes: 2 additions & 3 deletions assets/css/admin-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@
#wpadminbar #wp-admin-bar-imagify-profile .imagify-upsell-dismiss::before {
position: absolute;
top: 5px;
right: 10px;
content: "\2715";
color: #fff;
right: 5px;
color: #fff;
}
.imagify-plugin-upgrade {
color: #6f9c3b;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-bar.min.css

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

9 changes: 0 additions & 9 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1575,15 +1575,6 @@ ul.imagify-datas-details.imagify-datas-details {
vertical-align: top;
}

.imagify-upsell-dismiss::before {
position: absolute;
top: 5px;
right: 5px;
content: "\2715";
color: #2e3243;
font-size: 2em;
}

.imagify-upsell .imagify-meteo-icon {
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103%) contrast(103%);
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions assets/css/bulk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1304,3 +1304,14 @@ td.imagify-cell-filename {
}
}

.imagify-notice-dismiss {
text-decoration: none;
}

.imagify-notice-dismiss::before {
color: #fff;
}

.imagify-notice-dismiss.notice-dismiss:hover::before {
color: #fff;
}
2 changes: 1 addition & 1 deletion assets/css/bulk.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/notices.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
text-decoration: none;
}

.imagify-notice-dismiss.notice-dismiss::before {
color: #fff;
}

/* Notices in Imagify related pages */
.media_page_imagify-bulk-optimization .notice,
body[class*="_imagify-ngg-bulk-optimization"] .notice,
Expand Down
Loading

0 comments on commit 56b4c97

Please sign in to comment.