Skip to content

Commit

Permalink
update admin bar CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Sep 25, 2024
1 parent 917875e commit f02f821
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions assets/css/admin-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -197,3 +196,20 @@
content: "\2715";
color: #fff;
}

#wpadminbar #wp-admin-bar-imagify-profile .imagify-admin-bar-upgrade-plan {
background: #8bc34a;
box-sizing: border-box;
border:none;
color: #fff;
cursor: pointer;
display: block;
font-weight: bold !important;
padding: 5px 10px;
text-align: left;
width: 100% !important;
}

#wpadminbar #wp-admin-bar-imagify-profile .imagify-admin-bar-quota {
padding: 13px 15px;
}
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.

0 comments on commit f02f821

Please sign in to comment.