XF 1.2 Resource manager - background from resource icon

Nudaii

Well-known member
Licensed customer
remove colour.webp
How can i make the area highlighted in green transparent/ match rest?:)
 
found it @Brogan
.resourceListItem .resourceIcon, .resourceListItem .resourceStats,
.resourceListItem .resourceIcon .listBlockInner {
background: #E6DFD8 !important;
border: none !important;
}
 
Back
Top Bottom