xtype:'list',
// disableSelection: true,
scrollToTopOnRefresh: false,
style:'background:red',
store: 'PchatStore',
selectedCls:'chatmsg',
.chatmsg{
border-bottom : 7px solid yellow;
border-left : 7px solid yellow;
border-right : 7px solid yellow;
border-top : 7px solid yellow;
}
the border
is not applied on top of the list
on selecting a list
item
try only..