adding border to list item selection

149 Views Asked by At
       xtype:'list',
     // disableSelection: true,  
      scrollToTopOnRefresh: false,
      style:'background:red',
      store: 'PchatStore',
      selectedCls:'chatmsg',

image border is not applied to top

.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

1

There are 1 best solutions below

0
On

try only..

border: 7px solid yellow;