plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -61,11 +61,10 @@
}
#wpadminbar #wp-admin-bar-imagify-profile .ab-item {
height: auto;
padding: 0 13px;
padding: 0;
}
#wpadminbar #wp-admin-bar-imagify-profile {
min-width: 200px;
padding: 15px 0 10px;
margin-top: 0.7em;
background: #222;
}
@@ -193,7 +192,31 @@
#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;
font-weight: 600;
}
#wpadminbar #wp-admin-bar-imagify-upgrade-plan .ab-empty-item {
padding: 0;
}
#wpadminbar .imagify-admin-bar-upgrade-plan {
background: #8bc34a;
box-sizing: border-box;
border:none;
color: #fff;
cursor: pointer;
display: block;
font-weight: bold !important;
padding: 0 10px;
text-align: left;
width: 100% !important;
}
#wpadminbar #wp-admin-bar-imagify-profile .imagify-admin-bar-quota {
padding: 13px 15px;
}