PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

1.6.rc1 - Field delete icon missing

  1. The field delete icon in the field editor is missing by an error in the CSS:

    admin.css:

    .field_delete_icon,
    .form_delete_icon {
    	display: none;
    	float: right;
    	font-size: 10px;
    	text-decoration: none;
    	height: 16px;
    	line-height: 16px;
    	padding: 0 0 0 18px;
    	background-image: url(../images/delete.png)
    	background-repeat: no-repeat;;
    	letter-spacing: 0.3pt
    }

    After the line with background-image: url(../images/delete.png) should be an semicolon.

    Posted 12 years ago on Monday September 26, 2011 | Permalink
  2. Thanks for the catch. I've fixed that for the next release.

    Posted 12 years ago on Monday September 26, 2011 | Permalink

This topic has been resolved and has been closed to new replies.