-
Bug
-
Resolution: Duplicate
-
Minor
-
4.0RC3
-
None
-
None
in detail.css, these styles still use extjs4 images :
.details-view .details-view-card ul ul{
background: url('../../../../plugins/extjs4/resources/ext-theme-gray/images/tree/elbow-line.gif') left center repeat-y;
}
.details-view ul li.content-type {
font-style:italic;
color: #444;
background-position: 0 0;
background-repeat: no-repeat;
background-image: url('../../../../plugins/extjs4/resources/ext-theme-gray/images/tree/elbow.gif');
}
.details-view ul li.content-type.last {
background-image: url('../../../../plugins/extjs4/resources/ext-theme-gray/images/tree/elbow-end.gif');
background-color: #F1F1F1;
}
- is duplicated by
-
CMS-8985 detail.css still refers to "extjs4"
-
- Closed
-