Plugin Directory

Changeset 3469420


Ignore:
Timestamp:
02/25/2026 12:26:52 PM (4 weeks ago)
Author:
babbardel
Message:

Fix duplicate dropdown arrow, add plugin icon and banners, update tagline

  • Hide dashicons ::before arrow on select wrappers, let WP core handle it
  • Add icon (SVG + PNG) and banner (SVG + PNG) assets
  • Update plugin description to "Theme-driven post types, taxonomies & custom fields."
Location:
pixtypes/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • pixtypes/trunk/features/metaboxes/css/style.css

    r3469313 r3469420  
    32153215  position: relative; }
    32163216  .cmb_metabox .selector-wrapper:before {
    3217     top: 13px;
    3218     position: absolute;
    3219     right: 8px;
    3220     color: #DDD; }
     3217    display: none; }
    32213218  .cmb_metabox .selector-wrapper > select {
    32223219    width: 100%;
Note: See TracChangeset for help on using the changeset viewer.