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 borderis not applied on top of the liston selecting a listitem
try only..